public final class FixedDelayBackoffStrategy extends Object implements BackoffStrategy
| Modifier and Type | Method and Description |
|---|---|
Duration |
computeDelayBeforeNextRetry(RetryPolicyContext context)
Compute the delay before the next retry request.
|
static FixedDelayBackoffStrategy |
create(Duration fixedBackoff) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcalculateExponentialDelay, defaultStrategy, 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.