| Interface | Description |
|---|---|
| RetryHandler.RetryLogger |
Functional interface for logging retry attempts.
|
| RetryPolicy |
Retry policy interface for determining whether and how to retry failed operations.
|
| Class | Description |
|---|---|
| ExponentialBackoffPolicy |
A retry policy with exponential backoff and jitter.
|
| InfiniteExponentialBackoffPolicy |
A retry policy with infinite exponential backoff and jitter.
|
| NoRetryPolicy |
A retry policy that never retries failed operations.
|
| RetryHandler |
Retry handler for executing operations with automatic retry logic.
|
Copyright © 2026 Alibaba Cloud Computing. All rights reserved.