Publishing for an In-Process Adapter

An overview of the functionality required to implement guaranteed processing for an in-process adapter and the corresponding Sybase CEP C/C++ in-process API functions you use for each.

Action

Function

Establish a session

C8AdapterConnect

Create and publish batches of messages

C8AdapterSendMessageListAsBatch

Re-establish a session after a failure

Sybase CEP Engine calls the developer-defined reconnect function as specified in the ADL file.

Request the ID of the last batch processed by Sybase CEP Engine

C8AdapterGetLastBatchId

See In-process Adapter APIIn-process Adapter API and Signatures of User FunctionsSignatures of User Functions for specific syntax and usage information.