ConnectionPolicy.getMaxRetryOnThrottledAttempts 方法
定义
Gets the maximum number of retries in the case where the request fails due to a throttle error.
This property is deprecated. Please use connectionPolicy.getRetryOptions().getMaxRetryAttemptsOnThrottledRequests() for equivalent functionality.
public Integer getMaxRetryOnThrottledAttempts()
返回
Integer
maximum number of retry attempts.