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

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"
Include dependency graph for method_processor.h:
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

Definition of functions for processor of method calls.

Definition in file method_processor.h.