Safir SDK Core
|
Interface to be implemented by an application that sends requests (Request on entities or service requests). More...
#include <Safir/Dob/Consumer.h>
Public Member Functions | |
virtual | ~Requestor () |
Virtual destructor is needed since we have virtual member functions. More... | |
virtual void | OnResponse (const Safir::Dob::ResponseProxy responseProxy)=0 |
Called when a response is received on a sent request. More... | |
virtual void | OnNotRequestOverflow ()=0 |
Called to indicate that it is meningful to make a retry after an overflow situation. More... | |
Public Member Functions inherited from Safir::Dob::Internal::ConsumerBase | |
virtual | ~ConsumerBase () |
Interface to be implemented by an application that sends requests (Request on entities or service requests).
|
virtual |
Virtual destructor is needed since we have virtual member functions.
|
pure virtual |
Called to indicate that it is meningful to make a retry after an overflow situation.
|
pure virtual |
Called when a response is received on a sent request.
[in] | responseProxy | - Response proxy. |