Apama  10.7.2.2
com::apama::event::DisconnectableEventConsumer Class Referenceabstract

Derived class from EventConsumer which implements the disconnect API. More...

#include <engine_client_cpp.hpp>

Inheritance diagram for com::apama::event::DisconnectableEventConsumer:
com::apama::event::EventConsumer

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...
 

Detailed Description

Derived class from EventConsumer which implements the disconnect API.

Member Function Documentation

◆ disconnect()

virtual void com::apama::event::DisconnectableEventConsumer::disconnect ( const char *  reason)
pure virtual

Used to inform the consumer that it is not going to be sent any more events.

Parameters
reasonA string giving the reason why the consumer is being disconnected. May be NULL.

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