RetryPolicy.resetRetryCount(String clientId) 方法
定义
Resets the number of retry attempts made by a client. This method is called by the client when retried operation succeeds.
public void resetRetryCount(String clientId)
参数
- clientId
- String
id of the client that just retried a failed operation and succeeded.