| Interface | Description |
|---|---|
| ErrorPolicy<T> |
Recipes should use the configured error policy to decide how to retry
errors like unsuccessful
StatusCode. |
| RetryPolicy |
Abstracts the policy to use when retrying some actions
|
| Class | Description |
|---|---|
| ExponentialBackoffRetry | |
| RetryForever | |
| RetryNTimes | |
| RetryUntilElapsed |
Copyright © 2024. All rights reserved.