public class FailoverParameterConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FAILOVER_INITIAL_RECONNECT_DELAY
The amount of time the client will wait before the first attempt to
reconnect to a remote peer.
|
static String |
FAILOVER_MAX_RECONNECT_ATTEMPTS
The number of reconnection attempts allowed before reporting the
connection as failed to the client.
|
static String |
FAILOVER_RECONNECT_DELAY
Controls the delay between successive reconnection attempts, defaults to
10 milliseconds.
|
static String |
FAILOVER_USE_RECONNECT_BACK_OFF
Controls whether the time between reconnection attempts should grow based
on a configured multiplier.
|
public static final String FAILOVER_RECONNECT_DELAY
public static final String FAILOVER_INITIAL_RECONNECT_DELAY
public static final String FAILOVER_MAX_RECONNECT_ATTEMPTS
public static final String FAILOVER_USE_RECONNECT_BACK_OFF
Copyright © 2022. All rights reserved.