ConstantBackoff always returns the same backoff-time.
Creates a new ConstantBackoff.
the backoff-time to return
Current number in the series.
The number of retries. Starts at 0, increases by 1 for each call to next(). Resets to 0 when reset() is called.
Advances the series to the next number and returns it.
the next number in the series
Resets the series to its initial state.
ConstantBackoff always returns the same backoff-time.