18 #include "hazelcast/util/export.h"
19 #include "hazelcast/client/config/connection_retry_config.h"
21 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
23 #pragma warning(disable : 4251)
65 bool is_async_start()
const;
84 reconnect_mode get_reconnect_mode()
const;
94 reconnect_mode reconnect_mode);
120 reconnect_mode reconnect_mode_;
128 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
Client connection strategy configuration is used for setting custom strategies and configuring strate...
reconnect_mode
Reconnect options.
@ ON
Reconnect to cluster by blocking invocations.
@ OFF
Prevent reconnect to cluster after a disconnect.
Connection Retry Config is controls the period among the retries and when should a client gave up ret...