Interface | Description |
---|---|
RetryCondition |
Interface that defines the condition for which a retry may be attempted.
|
Class | Description |
---|---|
BmcGenericRetrier |
A generic retrier that can be used to implement custom retry behavior for specific types of
calls.
|
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.
|
Retriers |
Group of utility methods to configure the SDK retry behavior
|
RetryConfiguration |
Configuration used for retrying.
|
RetryConfiguration.Builder |
Builder class for retry configuration.
|
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.
|
RetryOptions |
Defines the options when retrying
|
TokenRefreshRetrier |
A custom retrier that refreshes tokens and retries the operation in case of authentication
failures.
|
Copyright © 2016–2024. All rights reserved.