Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.flow.interceptors |
Modifier and Type | Method and Description |
---|---|
ExponentialRetryPolicy |
ExponentialRetryPolicy.withBackoffCoefficient(double backoffCoefficient) |
ExponentialRetryPolicy |
ExponentialRetryPolicy.withExceptionsToExclude(Collection<Class<? extends Throwable>> exceptionsToRetry)
The exception types that should not be retried.
|
ExponentialRetryPolicy |
ExponentialRetryPolicy.withExceptionsToRetry(Collection<Class<? extends Throwable>> exceptionsToRetry)
The exception types that cause operation being retried.
|
ExponentialRetryPolicy |
ExponentialRetryPolicy.withMaximumAttempts(int maximumAttempts) |
ExponentialRetryPolicy |
ExponentialRetryPolicy.withMaximumRetryIntervalSeconds(long maximumRetryIntervalSeconds) |
ExponentialRetryPolicy |
ExponentialRetryPolicy.withRetryExpirationIntervalSeconds(long retryExpirationIntervalSeconds) |
Copyright © 2014. All rights reserved.