Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FixedDelayStrategyParams

This is the interface with available parameters to set for a FixedDelayStrategy object.

Hierarchy

  • FixedDelayStrategyParams

Index

Properties

Properties

Optional delay

delay: number

The time (in milliseconds) to wait before reconnecting to a server after a failed connection. The default value is 200 ms.

Optional maximumRetryTime

maximumRetryTime: number

The maximum time (milliseconds) to allow reconnect attempts to continue without a successful connection, before giving up and abandoning the connection attempt. If zero, the client never gives up. The default value is 0.