@PublicEvolving public interface AsyncRetryStrategy<OUT> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRetry(int currentAttempts) |
long |
getBackoffTimeMillis(int currentAttempts) |
AsyncRetryPredicate<OUT> |
getRetryPredicate() |
boolean canRetry(int currentAttempts)
long getBackoffTimeMillis(int currentAttempts)
AsyncRetryPredicate<OUT> getRetryPredicate()
AsyncRetryPredicateCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.