BackoffStrategy and
BackoffStrategy.fixedDelay(Duration).@Deprecated public final class FixedDelayBackoffStrategy extends Object implements BackoffStrategy
RETRIES_ATTEMPTED_CEILING| Modifier and Type | Method and Description |
|---|---|
Duration |
computeDelayBeforeNextRetry(RetryPolicyContext context)
Deprecated.
Compute the delay before the next retry request.
|
static FixedDelayBackoffStrategy |
create(Duration fixedBackoff)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcalculateExponentialDelay, defaultStrategy, defaultStrategy, defaultThrottlingStrategy, defaultThrottlingStrategy, nonepublic Duration computeDelayBeforeNextRetry(RetryPolicyContext context)
BackoffStrategycomputeDelayBeforeNextRetry in interface BackoffStrategycontext - Context about the state of the last request and information about the number of requests made.public static FixedDelayBackoffStrategy create(Duration fixedBackoff)
Copyright © 2026. All rights reserved.