Options
All
  • Public
  • Public/Protected
  • All
Menu

Connection strategy configuration is used for setting custom strategies and configuring strategy parameters.

Hierarchy

  • ConnectionStrategyConfig

Index

Properties

Optional asyncStart

asyncStart: boolean

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.

Optional connectionRetry

connectionRetry: ConnectionRetryConfig

Connection retry config to be used by the client.

Optional reconnectMode

reconnectMode: ReconnectMode

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