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)
60 bool is_async_start()
const;
77 reconnect_mode get_reconnect_mode()
const;
107 reconnect_mode reconnect_mode_;
115 #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...