REC RPC library
Public Member Functions | List of all members
rec::rpc::NotifierBase Struct Referenceabstract

RPC response notifier wrapper interface. More...

#include <rec_rpc_Client.h>

Public Member Functions

virtual void notify (const serialization::Serializable &result, ErrorCode errorCode) const =0
 

Detailed Description

RPC response notifier wrapper interface.

The interface that RPC response notifiers must implement. It is recommended to use the preprocessor macros to do this.

See also
DECLARE_NOTIFIER, BEGIN_NOTIFIER, END_NOTIFIER

Definition at line 52 of file rec_rpc_Client.h.

Member Function Documentation

virtual void rec::rpc::NotifierBase::notify ( const serialization::Serializable result,
ErrorCode  errorCode 
) const
pure virtual

This method is called by the client when a RPC response has been received from the server.

Parameters
resultRPC function return values.
errorCodeError code.

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