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_PluginCorrelatorInterface_Functions Struct Reference

CorrelatorInterface function API. More...

#include <correlator_plugin.h>

Public Member Functions

 void (AP_PLUGIN_CALL *sendEvent)(AP_PluginCorrelatorInterface *_interface
 Send an event to the correlator. More...
 
 void (AP_PLUGIN_CALL *sendEventTo)(AP_PluginCorrelatorInterface *_interface
 Send an event to a specific context in the correlator. More...
 

Detailed Description

CorrelatorInterface function API.

Member Function Documentation

AP_PluginCorrelatorInterface_Functions::void ( AP_PLUGIN_CALL *  sendEvent)

Send an event to the correlator.

Parameters
eventthe event to send. The event is represented as a string using the format described in the manual. See AP_EventWriter.h for utility code to help build valid event strings.
AP_PluginCorrelatorInterface_Functions::void ( AP_PLUGIN_CALL *  sendEventTo)

Send an event to a specific context in the correlator.

Parameters
eventthe event to send. The event is represented as a string using the format described in the manual. See AP_EventWriter.h for utility code to help build valid event strings.
targetContextthe target context.
sourceContextthe source context. Must be as returned from AP_Context.getContextId(), or 0 if called from a plugin thread.

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