Ditto 4.0.0
Public Attributes | List of all members
ditto::Connect Class Reference

Part of the TransportConfig that relates to outgoing connections. More...

#include <TransportConfig.hpp>

Public Attributes

std::set< std::string > tcp_servers
 
std::set< std::string > websocket_urls
 
std::chrono::duration< uint32_t, std::milli > retry_interval {5000}
 

Detailed Description

Part of the TransportConfig that relates to outgoing connections.

Member Data Documentation

◆ retry_interval

std::chrono::duration<uint32_t, std::milli> ditto::Connect::retry_interval {5000}

The retry interval between failed connection attempts.

◆ tcp_servers

std::set<std::string> ditto::Connect::tcp_servers

The set of TCP server addresses that will try to be connected to.

◆ websocket_urls

std::set<std::string> ditto::Connect::websocket_urls

The set of websocket URLs that will try to be connected to.