BackoffStrategypublic class FixedDelayBackoffStrategy extends Object implements BackoffStrategy
| Constructor | Description |
|---|---|
FixedDelayBackoffStrategy(int fixedBackoff) |
| Modifier and Type | Method | Description |
|---|---|---|
long |
computeDelayBeforeNextRetry(RetryPolicyContext context) |
Compute the delay before the next retry request.
|
public long computeDelayBeforeNextRetry(RetryPolicyContext context)
BackoffStrategycomputeDelayBeforeNextRetry in interface BackoffStrategycontext - Context about the state of the last request and information about the number of requests made.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.