RetryPolicy 接口
定义
An interface for the retry policy.
public interface RetryPolicy
方法
getRetryDecision(int currentRetryCount, TransportException lastException) |
Determines whether the operation should be retried and the interval until the next retry.
|