Apama
10.2.0.3
|
This is the complete list of members for AP_CorrelatorInterface, including all inherited members.
pluginNowBlocking() const =0 | AP_CorrelatorInterface | pure virtual |
sendEvent(const char *event)=0 | AP_CorrelatorInterface | pure virtual |
sendEventTo(const char *event, AP_uint64 targetContext, AP_uint64 sourceContext)=0 | AP_CorrelatorInterface | pure virtual |
sendEventTo(const char *event, AP_uint64 targetContext, const AP_Context &source)=0 | AP_CorrelatorInterface | pure virtual |
sendEventTo(const char *event, const char *targetChannel, const AP_Context &source)=0 | AP_CorrelatorInterface | pure virtual |
subscribe(const AP_EventHandlerInterface::ptr_t &handler, std::initializer_list< const char * > channels) | AP_CorrelatorInterface | inline |
subscribe(const AP_EventHandlerInterface::ptr_t &handler, const ITER &start, const ITER &end) | AP_CorrelatorInterface | inline |
subscribe(const AP_EventHandlerInterface::ptr_t &handler, const T &channel) | AP_CorrelatorInterface | inline |
subscribe_impl(const AP_EventHandlerInterface::ptr_t &handler, char const *const *start, char const *const *end)=0 | AP_CorrelatorInterface | protectedpure virtual |
subscribe_impl(const AP_EventHandlerInterface::ptr_t &handler, const ITER &start, const ITER &end) | AP_CorrelatorInterface | inlineprotected |
unsubscribe(const AP_EventHandlerInterface::ptr_t &handler, std::initializer_list< const char * > channels) | AP_CorrelatorInterface | inline |
unsubscribe(const AP_EventHandlerInterface::ptr_t &handler, const ITER &start, const ITER &end) | AP_CorrelatorInterface | inline |
unsubscribe(const AP_EventHandlerInterface::ptr_t &handler, const T &channel) | AP_CorrelatorInterface | inline |
unsubscribe(const AP_EventHandlerInterface::ptr_t &handler)=0 | AP_CorrelatorInterface | pure virtual |
unsubscribe_impl(const AP_EventHandlerInterface::ptr_t &handler, char const *const *start, char const *const *end)=0 | AP_CorrelatorInterface | protectedpure virtual |
unsubscribe_impl(const AP_EventHandlerInterface::ptr_t &handler, const ITER &start, const ITER &end) | AP_CorrelatorInterface | inlineprotected |
~AP_CorrelatorInterface()=0 | AP_CorrelatorInterface | pure virtual |