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

Definition of ClientConfig class. More...

#include <chrono>
#include <string_view>
#include <vector>
#include "msgpack_rpc/addresses/uri.h"
#include "msgpack_rpc/config/executor_config.h"
#include "msgpack_rpc/config/message_parser_config.h"
#include "msgpack_rpc/config/reconnection_config.h"
#include "msgpack_rpc/impl/msgpack_rpc_export.h"
Include dependency graph for client_config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  msgpack_rpc::config::ClientConfig
 Class of configuration of clients. More...

Namespaces

namespace  msgpack_rpc
 Namespace of cpp-msgpack-rpc library.
namespace  msgpack_rpc::config
 Namespace of configurations.

Detailed Description

Definition of ClientConfig class.

Definition in file client_config.h.