@PublicEvolving public interface AsyncRetryStrategy<OUT> extends Serializable
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
canRetry(int currentAttempts) |
long |
getBackoffTimeMillis(int currentAttempts) |
AsyncRetryPredicate<OUT> |
getRetryPredicate() |
boolean canRetry(int currentAttempts)
long getBackoffTimeMillis(int currentAttempts)
AsyncRetryPredicate<OUT> getRetryPredicate()
AsyncRetryPredicateCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.