All Classes and Interfaces
Class
Description
Retry executor implementation
Retry State implementation for manual retry execution handling
Configures behavior of
Retrier on whenever exception should count as failre or notAnnotation allow applying
Retrier to a specific method
When applied to method, method may throw RetryAttemptException when all retry attempts are exhaustedException that indicates all Retry attempts exhausted
SimpleRetrierConfig.NamedConfig.delay() Attempt initial delay
SimpleRetrierConfig.NamedConfig.delayStep() Delay step used to calculate next delay (previous delay + delay step)
SimpleRetrierConfig.NamedConfig.attempts() Maximum number of retry attempts
SimpleRetrierConfig.NamedConfig.failurePredicateName() RetrierFailurePredicate.name() default is RetrierFailurePredicate