@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()
AsyncRetryPredicate
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.