|
cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Implementation of functions for processor of method calls. More...
#include "msgpack_rpc/methods/method_processor.h"#include <memory>#include <utility>#include "msgpack_rpc/methods/method_processor_impl.h"Go to the source code of this file.
Namespaces | |
| namespace | msgpack_rpc |
| Namespace of cpp-msgpack-rpc library. | |
| namespace | msgpack_rpc::methods |
| Namespace of methods in MessagePack-RPC. | |
Functions | |
| std::unique_ptr< IMethodProcessor > | msgpack_rpc::methods::create_method_processor (std::shared_ptr< logging::Logger > logger) |
| Create a processor of method calls. | |
Implementation of functions for processor of method calls.
Definition in file method_processor.cpp.