#include <correlator_plugin.h>
|
| void (AP_PLUGIN_CALL *sendEvent)(AP_PluginCorrelatorInterface *_interface |
|
| void (AP_PLUGIN_CALL *sendEventTo)(AP_PluginCorrelatorInterface *_interface |
|
- Deprecated:
- CorrelatorInterface function API.
AP_PluginCorrelatorInterface_Functions::void |
( |
AP_PLUGIN_CALL * |
sendEvent | ) |
|
- Deprecated:
- Send an event to the correlator
- Parameters
-
event | 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. |
AP_PluginCorrelatorInterface_Functions::void |
( |
AP_PLUGIN_CALL * |
sendEventTo | ) |
|
- Deprecated:
- Send an event to a specific context in the correlator
- Parameters
-
event | 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. |
targetContext | the target context. |
sourceContext | the 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: