RetryContext Interface
public interface RetryContext
The Retry context that is obtained from the host.
Method Summary
Modifier and Type | Method and Description |
---|---|
Rpc |
getException()
Returns the exception that caused the retry |
int |
getMaxretrycount()
Returns the max retry count |
int |
getRetrycount()
Returns the current retry count |
Method Details
getException
public RpcException getException()
Returns the exception that caused the retry
Returns:
the exception that caused the retry.
getMaxretrycount
public int getMaxretrycount()
Returns the max retry count
Returns:
the max retry count.
getRetrycount
public int getRetrycount()
Returns the current retry count
Returns:
the current retry count.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java