Interface ExternalGradualRetryIntervalConfiguration
public interface ExternalGradualRetryIntervalConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longstatic final longstatic final double -
Method Summary
Modifier and TypeMethodDescriptioninitial()The initial interval that the controller waits for before attempting the first retrymax()The maximum interval that the controller will wait for before attempting a retry, regardless of all other configurationThe value by which the initial interval is multiplied by for each retry
-
Field Details
-
UNSET_INITIAL
static final long UNSET_INITIAL- See Also:
-
UNSET_MULTIPLIER
static final double UNSET_MULTIPLIER- See Also:
-
UNSET_MAX
static final long UNSET_MAX- See Also:
-
-
Method Details
-
initial
The initial interval that the controller waits for before attempting the first retry -
multiplier
The value by which the initial interval is multiplied by for each retry -
max
The maximum interval that the controller will wait for before attempting a retry, regardless of all other configuration
-