FixedDelayRetry Interface
public interface FixedDelayRetry
Defines a retry strategy where a fixed delay is used between retries.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
delayInterval()
The delay between retries. |
int |
maxRetryCount()
The maximum number of retries that will be attempted. |
String |
strategy()
The strategy of retries that will be used internally. |
Method Details
delayInterval
public String delayInterval()
The delay between retries.
Returns:
The delay interval.
maxRetryCount
public int maxRetryCount()
The maximum number of retries that will be attempted.
Returns:
The delay between retries.
strategy
public String strategy() default "fixedDelay"
The strategy of retries that will be used internally.
Returns:
The strategy of retries.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java