public class DefaultRetryCondition extends RetryCondition
retryErrorCodes| Modifier | Constructor and Description |
|---|---|
|
DefaultRetryCondition() |
protected |
DefaultRetryCondition(Set<String> retryErrorCodes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldRetry(ApiResponse response,
ApiException apiException) |
addRetryErrorCode, addRetryErrorCodes, getRetryErrorCodespublic boolean shouldRetry(ApiResponse response, ApiException apiException)
shouldRetry in class RetryConditionCopyright © 2025. All rights reserved.