Abstract interface for RPCClient.
More...
#include <rpc/AbstractRPCClient.h>
|
virtual | ~AbstractRPCClient () |
|
virtual void | onDestructFuture (const std::string &callId)=0 |
| Is called in the destructor of each RPCFuture to inform the client that we are no longer waiting for the result, and hence the pending request can be dropped. More...
|
|
Abstract interface for RPCClient.
◆ ~AbstractRPCClient()
◆ onDestructFuture()
virtual void onDestructFuture |
( |
const std::string & |
callId | ) |
|
|
pure virtual |
Is called in the destructor of each RPCFuture to inform the client that we are no longer waiting for the result, and hence the pending request can be dropped.
Implemented in RPCClient.
The documentation for this class was generated from the following file: