OnixS ICE iMpact Multicast Price Feed Handler C++ library  8.15.1
API documentation
ErrorListener Class Referenceabstract

#include <ErrorListener.h>

Public Member Functions

virtual void onError (const Error &error)=0
 

Protected Member Functions

virtual ~ErrorListener ()
 

Detailed Description

Definition at line 30 of file ErrorListener.h.

Constructor & Destructor Documentation

virtual ~ErrorListener ( )
inlineprotectedvirtual

Definition at line 43 of file ErrorListener.h.

Member Function Documentation

virtual void onError ( const Error error)
pure virtual

Implement this member to get notified about errors in subscriptions.

Parameters
erroridentifies error occurred while processing multicast messages.
Note
Usually, Handler is capable to recover from errors by itself. That means, there's no need to restart entire subscription manually. Instead, Handler will perform all necessary recovering by itself.

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