public interface DefaultAwareRetryStrategy extends RetryStrategy
RetryStrategy that has the capacity to work with sets of default retry predicates.
Implementation notes: this class should've been outside internal package, but we can't fix it due to backwards compatibility reasons.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DefaultAwareRetryStrategy.Builder |
| Modifier and Type | Method and Description |
|---|---|
DefaultAwareRetryStrategy |
addDefaults(RetryStrategyDefaults retryStrategyDefaults)
Add the specified defaults to this retry strategy
|
acquireInitialToken, maxAttempts, recordSuccess, refreshRetryToken, toBuilder, useClientDefaultsDefaultAwareRetryStrategy addDefaults(RetryStrategyDefaults retryStrategyDefaults)
retryStrategyDefaults - the defaults to add to this strategyCopyright © 2026. All rights reserved.