|
Safir SDK Core
|
Interface for reception of a stop order. More...
#include <Safir/Dob/Consumer.h>
Public Member Functions | |
| virtual | ~StopHandler () |
| Virtual destructor is needed since we have virtual member functions. | |
| virtual void | OnStopOrder ()=0 |
| When called the application owning the connection shall stop its execution. | |
Public Member Functions inherited from Safir::Dob::Internal::ConsumerBase | |
| virtual | ~ConsumerBase () |
Interface for reception of a stop order.
|
virtual |
Virtual destructor is needed since we have virtual member functions.
|
pure virtual |
When called the application owning the connection shall stop its execution.