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

Implementation of functions for IClientBuilderImpl class. More...

Include dependency graph for client_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::clients
 Namespace of clients.
namespace  msgpack_rpc::clients::impl
 Namespace of internal implementations.

Functions

std::unique_ptr< IClientBuilderImplmsgpack_rpc::clients::impl::create_default_client_builder_impl (config::ClientConfig config, const std::shared_ptr< logging::Logger > &logger)
 Create an IClientBuilderImpl object with default protocols.
std::unique_ptr< IClientBuilderImplmsgpack_rpc::clients::impl::create_empty_client_builder_impl (std::shared_ptr< executors::IAsyncExecutor > executor, std::shared_ptr< logging::Logger > logger, config::ClientConfig config)
 Create an empty IClientBuilderImpl object.

Detailed Description

Implementation of functions for IClientBuilderImpl class.

Definition in file client_builder_impl.cpp.