cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Definition of functions for processor of method calls. More...
#include <memory>
#include "msgpack_rpc/impl/msgpack_rpc_export.h"
#include "msgpack_rpc/logging/logger.h"
#include "msgpack_rpc/methods/i_method_processor.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. |
Definition of functions for processor of method calls.
Definition in file method_processor.h.