Apama
10.0.0.2
|
EventConsumer function API. More...
#include <engine_client_c.h>
Public Member Functions | |
void (AP_ENGINE_CLIENT_CALL *sendEvents)(AP_EventConsumer *consumer | |
This function must be defined by the client to enable receiving of events. More... | |
EventConsumer function API.
AP_EventConsumer_Functions::void | ( | AP_ENGINE_CLIENT_CALL * | sendEvents | ) |
This function must be defined by the client to enable receiving of events.
This function is called by an EventSupplier.
Note that EventSuppliers are not reentrant so calling the disconnect method on the calling EventSupplier is not permitted from within the sendEvents implementation.
events | An array of pointers to Event objects. |