cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Implementation of functions for IClientBuilderImpl class. More...
#include "msgpack_rpc/clients/impl/client_builder_impl.h"
#include <memory>
#include "msgpack_rpc/clients/impl/i_client_builder_impl.h"
#include "msgpack_rpc/transport/backend_list.h"
#include "msgpack_rpc/transport/create_default_backend_list.h"
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< IClientBuilderImpl > | msgpack_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< IClientBuilderImpl > | msgpack_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. |
Implementation of functions for IClientBuilderImpl class.
Definition in file client_builder_impl.cpp.