LinearRetry

constructor(firstBackoff: Duration, maxBackoff: Duration, maxTries: Int)(source)

Parameters

firstBackoff

the initial delay for a retry invocation.

maxBackoff

the maximum delay for a retry invocation.

maxTries

the maximum amount of consecutive retries before hasNext returns false.