Package ru.tinkoff.kora.resilient.retry
Interface RetryConfig.NamedConfig
- Enclosing interface:
- RetryConfig
public static interface RetryConfig.NamedConfig
delay() Attempt initial delay
delayStep() Delay step used to calculate next delay (previous delay + delay step)
attempts() Maximum number of retry attempts
failurePredicateName() RetryPredicate.name() default is RetryPredicate-
Method Summary
-
Method Details
-
enabled
-
delay
-
delayStep
-
attempts
-
failurePredicateName
-