Apama
10.2.0.3
|
Derived class from EventConsumer which implements the disconnect API. More...
#include <engine_client_cpp.hpp>
Public Member Functions | |
virtual void | disconnect (const char *reason)=0 |
Used to inform the consumer that it is not going to be sent any more events. More... | |
Public Member Functions inherited from com::apama::event::EventConsumer | |
virtual void | sendEvents (const Event *const *events)=0 |
This method must be defined in inherited classes to enable receiving of events. More... | |
Derived class from EventConsumer which implements the disconnect API.
|
pure virtual |
Used to inform the consumer that it is not going to be sent any more events.
reason | A string giving the reason why the consumer is being disconnected. May be NULL. |