public interface RetryPolicy
RetryDecorator,
ExponentialRetry| Modifier and Type | Method and Description |
|---|---|
boolean |
isRetryable(Throwable failure) |
long |
nextRetryDelaySeconds(Date firstAttempt,
Date recordedFailure,
int numberOfTries) |
boolean isRetryable(Throwable failure)
long nextRetryDelaySeconds(Date firstAttempt, Date recordedFailure, int numberOfTries)
FlowConstants.NONE means stop
retrying.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.