Package | Description |
---|---|
com.oracle.bmc.retrier |
Modifier and Type | Class and Description |
---|---|
class |
DefaultRetryCondition
Class that represents the conditions documented in
https://docs.cloud.oracle.com/iaas/Content/API/References/apierrors.htm for which the operation
may be retried.
|
class |
RetryOnOpenCircuitBreakerDefaultRetryCondition
Class that may retry for the conditions documented in
https://docs.cloud.oracle.com/iaas/Content/API/References/apierrors.htm and when the
CircuitBreaker is OPEN.
|
Modifier and Type | Method and Description |
---|---|
RetryCondition |
RetryConfiguration.getRetryCondition() |
RetryCondition |
BmcGenericRetrier.getRetryCondition() |
Modifier and Type | Method and Description |
---|---|
RetryConfiguration.Builder |
RetryConfiguration.Builder.retryCondition(RetryCondition retryCondition) |
Copyright © 2016–2024. All rights reserved.