exponentialBackoffDelay

Creates a DelayStrategy with exponentially increasing delay durations.

Return

A DelayStrategy with exponentially increasing delays.

Since

1.0.0

Parameters

initialDelay

The delay before the first retry.

factor

The multiplier for each subsequent retry.