public class SimpleExponentialBackoffStrategy extends Object implements com.amazonaws.retry.RetryPolicy.BackoffStrategy
PredefinedRetryPolicies.DEFAULT_BACKOFF_STRATEGY. Does an exponential backoff starting from 1
second.| Constructor and Description |
|---|
SimpleExponentialBackoffStrategy() |
| Modifier and Type | Method and Description |
|---|---|
long |
delayBeforeNextRetry(com.amazonaws.AmazonWebServiceRequest originalRequest,
com.amazonaws.AmazonClientException exception,
int retriesAttempted) |
Copyright © 2019. All rights reserved.