Apama  9.10.0.4.289795
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
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

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
Astring giving the reason why the consumer is being disconnected. May be NULL.

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