|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExponentialRetryPolicy | |
---|---|
com.amazonaws.services.simpleworkflow.flow.interceptors |
Uses of ExponentialRetryPolicy in com.amazonaws.services.simpleworkflow.flow.interceptors |
---|
Methods in com.amazonaws.services.simpleworkflow.flow.interceptors that return ExponentialRetryPolicy | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |