public class FixedDelayBackoffStrategy extends Object implements BackoffStrategy
| Constructor and Description |
|---|
FixedDelayBackoffStrategy (int fixedBackoff) |
public FixedDelayBackoffStrategy(int fixedBackoff)
public long computeDelayBeforeNextRetry(RetryPolicyContext context)
BackoffStrategy computeDelayBeforeNextRetry in interface BackoffStrategy context - Context about the state of the last request and information about the number of requests made.