cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
Loading...
Searching...
No Matches
method_processor.cpp File Reference

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"
Include dependency graph for method_processor.cpp:
This graph shows which files directly or indirectly include this file:

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< IMethodProcessormsgpack_rpc::methods::create_method_processor (std::shared_ptr< logging::Logger > logger)
 Create a processor of method calls.

Detailed Description

Implementation of functions for processor of method calls.

Definition in file method_processor.cpp.