Apama  9.10.0.4.289795
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
AP_EventConsumer_Functions Struct Reference

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...
 

Detailed Description

EventConsumer function API.

Member Function Documentation

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.

Parameters
eventsAn array of pointers to Event objects.

The documentation for this struct was generated from the following file: