AbstractAbstractmaxThe maximum number of retries.
AbstractinitialThe delay to be waited before executing the first retry.
AbstractmultiplierThe multiplier of the delay interval.
AbstractmaximumThe maximum time interval of the delay in seconds.
StaticcreateDefault 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.
The operation will be retried at exponential intervals.
The delay will be incremented by multiplier after each iteration (multiplier = 0.5 means 50% increment).