MIRA
Public Member Functions | List of all members
AbstractRPCClient Class Referenceabstract

Abstract interface for RPCClient. More...

#include <rpc/AbstractRPCClient.h>

Inheritance diagram for AbstractRPCClient:
Inheritance graph
[legend]

Public Member Functions

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...
 

Detailed Description

Abstract interface for RPCClient.

Constructor & Destructor Documentation

◆ ~AbstractRPCClient()

virtual ~AbstractRPCClient ( )
inlinevirtual

Member Function Documentation

◆ 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: