Interface | Description |
---|---|
RetryStrategy |
This interface is used to determine if a request should be retried.
|
RetryStrategyPicker |
This interface is used to pick the appropriate retry strategy for a given request.
|
Class | Description |
---|---|
IdempotentRequestRetryStrategy |
This class is used to determine if an idempotent request should be retried.
|
NonIdempotentRequestRetryStrategy |
This class is used to determine if a non-idempotent request should be retried.
|
RequestBasedRetryStrategyPicker |
A RetryStrategyPicker that selects a retry strategy based on whether the request is idempotent or
not.
|
RetryUtils |
Copyright © 2024. All rights reserved.