public static class AsyncRetryStrategies.FixedDelayRetryStrategy<OUT> extends Object implements AsyncRetryStrategy<OUT>
public boolean canRetry(int currentAttempts)
canRetry 在接口中 AsyncRetryStrategy<OUT>public AsyncRetryPredicate<OUT> getRetryPredicate()
getRetryPredicate 在接口中 AsyncRetryStrategy<OUT>AsyncRetryPredicatepublic long getBackoffTimeMillis(int currentAttempts)
getBackoffTimeMillis 在接口中 AsyncRetryStrategy<OUT>Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.