|
cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Implementation of ClientBuilderImpl class. More...
#include <memory>#include <utility>#include "msgpack_rpc/addresses/uri.h"#include "msgpack_rpc/clients/impl/call_list.h"#include "msgpack_rpc/clients/impl/client_connector.h"#include "msgpack_rpc/clients/impl/client_impl.h"#include "msgpack_rpc/clients/impl/i_client_builder_impl.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/logging/logger.h"#include "msgpack_rpc/transport/backend_list.h"#include "msgpack_rpc/transport/i_backend.h"Go to the source code of this file.
Classes | |
| class | msgpack_rpc::clients::impl::ClientBuilderImpl |
| Class 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. | |
Implementation of ClientBuilderImpl class.
Definition in file client_builder_impl.h.