Apama
10.2.0.3
|
#include <correlator_plugin.h>
Public Member Functions | |
void (AP_PLUGIN_CALL *sendEvent)(AP_PluginCorrelatorInterface *_interface | |
void (AP_PLUGIN_CALL *sendEventTo)(AP_PluginCorrelatorInterface *_interface | |
AP_PluginCorrelatorInterface_Functions::void | ( | AP_PLUGIN_CALL * | sendEvent | ) |
The event parameter is the 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.
sendEvent | This function. |
AP_PluginCorrelatorInterface_Functions::void | ( | AP_PLUGIN_CALL * | sendEventTo | ) |
The event paramter is the 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.
The targetContext parameter is the target context.
The sourceContext parameter is the source context. Must be as returned from AP_Context.getContextId(), or 0 if called from a plugin thread.
sendEventTo | This function. |