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

Definition of ClientBuilder class. More...

#include <cstdint>
#include <memory>
#include <optional>
#include <string_view>
#include <utility>
#include "msgpack_rpc/addresses/schemes.h"
#include "msgpack_rpc/addresses/uri.h"
#include "msgpack_rpc/clients/client.h"
#include "msgpack_rpc/clients/impl/i_client_builder_impl.h"
#include "msgpack_rpc/config/client_config.h"
#include "msgpack_rpc/logging/logger.h"
Include dependency graph for client_builder.h:

Go to the source code of this file.

Classes

class  msgpack_rpc::clients::ClientBuilder
 Class of builders of clients. More...

Namespaces

namespace  msgpack_rpc
 Namespace of cpp-msgpack-rpc library.
namespace  msgpack_rpc::clients
 Namespace of clients.

Detailed Description

Definition of ClientBuilder class.

Definition in file client_builder.h.