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

Definition of a function for IServerBuilderImpl class. More...

Include dependency graph for i_server_builder_impl.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::servers
 Namespace of servers.
namespace  msgpack_rpc::servers::impl
 Namespace of internal implementation.

Functions

std::unique_ptr< IServerBuilderImplmsgpack_rpc::servers::impl::create_default_builder_impl (const config::ServerConfig &server_config, const std::shared_ptr< logging::Logger > &logger)
 Create an IServerBuilderImpl object with default protocols.
std::unique_ptr< IServerBuilderImplmsgpack_rpc::servers::impl::create_empty_server_builder_impl (std::shared_ptr< executors::IAsyncExecutor > executor, std::shared_ptr< logging::Logger > logger)
 Create an empty IServerBuilderImpl object.

Detailed Description

Definition of a function for IServerBuilderImpl class.

Definition in file i_server_builder_impl.cpp.