exponential Backoff Delay
Creates a DelayStrategy with exponentially increasing delay durations.
Return
A DelayStrategy with exponentially increasing delays.
Since
1.0.0
Parameters
initial Delay
The delay before the first retry.
factor
The multiplier for each subsequent retry.