Interface of processor of method calls.
More...
#include <msgpack_rpc/methods/i_method_processor.h>
|
|
| IMethodProcessor (const IMethodProcessor &)=delete |
|
| IMethodProcessor (IMethodProcessor &&)=delete |
|
virtual | ~IMethodProcessor () noexcept=default |
| | Destructor.
|
| virtual void | append (std::unique_ptr< IMethod > method)=0 |
| | Append a method.
|
| virtual messages::SerializedMessage | call (const messages::ParsedRequest &request)=0 |
| | Call a method.
|
| virtual void | notify (const messages::ParsedNotification ¬ification)=0 |
| | Notify a method.
|
|
IMethodProcessor & | operator= (const IMethodProcessor &)=delete |
|
IMethodProcessor & | operator= (IMethodProcessor &&)=delete |
|
|
| IMethodProcessor () noexcept=default |
| | Constructor.
|
Interface of processor of method calls.
Definition at line 34 of file i_method_processor.h.
◆ append()
| virtual void msgpack_rpc::methods::IMethodProcessor::append |
( |
std::unique_ptr< IMethod > | method | ) |
|
|
pure virtual |
◆ call()
◆ notify()
The documentation for this class was generated from the following file: