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

Definition of IClientBuilderImpl class. More...

#include <memory>
#include "msgpack_rpc/addresses/uri.h"
#include "msgpack_rpc/clients/impl/i_client_impl.h"
#include "msgpack_rpc/config/client_config.h"
#include "msgpack_rpc/executors/i_async_executor.h"
#include "msgpack_rpc/impl/msgpack_rpc_export.h"
#include "msgpack_rpc/logging/logger.h"
#include "msgpack_rpc/transport/i_backend.h"
Include dependency graph for i_client_builder_impl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  msgpack_rpc::clients::impl::IClientBuilderImpl
 Interface of implementation of builders of clients. More...

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

Definition of IClientBuilderImpl class.

Definition in file i_client_builder_impl.h.