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

Definition of create_default_backend_list function. More...

Include dependency graph for create_default_backend_list.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::transport
 Namespace of transport of messages.

Functions

BackendList msgpack_rpc::transport::create_default_backend_list (const std::shared_ptr< executors::IExecutor > &executor, const config::MessageParserConfig &message_parser_config, const std::shared_ptr< logging::Logger > &logger)
 Create a list of backends with default backends of protocols.

Detailed Description

Definition of create_default_backend_list function.

Definition in file create_default_backend_list.h.