Uses of Interface
org.springframework.resilience.retry.MethodRetryPredicate
Packages that use MethodRetryPredicate
Package
Description
A retry interceptor arrangement based on
core.retry
and Reactor.-
Uses of MethodRetryPredicate in org.springframework.resilience.retry
Methods in org.springframework.resilience.retry that return MethodRetryPredicateModifier and TypeMethodDescriptionMethodRetrySpec.predicate()
Returns the value of thepredicate
record component.Constructors in org.springframework.resilience.retry with parameters of type MethodRetryPredicateModifierConstructorDescriptionMethodRetrySpec
(Collection<Class<? extends Throwable>> includes, Collection<Class<? extends Throwable>> excludes, MethodRetryPredicate predicate, long maxAttempts, Duration delay, Duration jitter, double multiplier, Duration maxDelay) Creates an instance of aMethodRetrySpec
record class.MethodRetrySpec
(MethodRetryPredicate predicate, long maxAttempts, Duration delay) MethodRetrySpec
(MethodRetryPredicate predicate, long maxAttempts, Duration delay, Duration jitter, double multiplier, Duration maxDelay)