public interface RetryStrategyDefaults
Implementation notes: this class should've been outside internal package, but we can't fix it due to backwards compatibility reasons.
| Modifier and Type | Method and Description |
|---|---|
void |
applyDefaults(RetryStrategy.Builder<?,?> retryStrategyBuilder)
Apply this set of defaults to the provided retry strategy builder.
|
String |
name() |
String name()
void applyDefaults(RetryStrategy.Builder<?,?> retryStrategyBuilder)
retryStrategyBuilder - the retry strategy to apply the defaults toCopyright © 2026. All rights reserved.