Enables non-blocking start mode of HazelcastClient.newHazelcastClient.
When set to true, the client creation will not wait to connect to cluster.
The client instance will throw exceptions until it connects to cluster and becomes
ready. If set to false, HazelcastClient.newHazelcastClient will block
until a cluster connection established, and it is ready to use the client instance.
By default, set to false.
Connection retry config to be used by the client.
Defines how a client reconnects to cluster after a disconnect. Available values
are ON, OFF and ASYNC. By default, set to ON.
Generated using TypeDoc
Connection strategy configuration is used for setting custom strategies and configuring strategy parameters.