Abstract
Abstract
maxThe maximum number of retries.
Abstract
initialThe delay to be waited before executing the first retry.
Abstract
multiplierThe multiplier of the delay interval.
Abstract
maximumThe maximum time interval of the delay in seconds.
Static
createDefault constructor for ExponentialRetryPolicy.
the maximum number of retries.
the delay to be waited before executing the forst retry.
the multiplier of the delay interval.
the maximum time interval of the delay in seconds.
the created ExponentialRetryPolicy instance.
Generated using TypeDoc
The operation will be retried at exponential intervals.
The delay will be incremented by multiplier after each iteration (multiplier = 0.5 means 50% increment).