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