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 methodException that indicates all Retry attempts exceeded
delay Attempt initial delay
delayStep Delay step used to calculate next delay (previous delay + delay step)
attempts Maximum number of retry attempts
failurePredicateName RetrierFailurePredicate.name() default is RetrierFailurePredicate