OnixS C++ CME Market Data Handler  2.56.0.0
Public Member Functions | Protected Member Functions | List of all members
ReplayListener Class Referenceabstract

Listening interface for log replay-related events. More...

Public Member Functions

virtual void onReplayError (const ChannelId &channelId, const std::string &errorDescription)=0
 Is called once error occurs while replaying logs.
 
virtual void onReplayFinished (const ChannelId &channelId)=0
 Is called once all the logs are replayed.
 

Protected Member Functions

virtual ~ReplayListener ()
 Deletion is not supposed through interface of this class. More...
 

Detailed Description

Listening interface for log replay-related events.

Constructor & Destructor Documentation

virtual ~ReplayListener ( )
protectedvirtual

Deletion is not supposed through interface of this class.