Uses of Record Class
org.springframework.resilience.retry.MethodRetrySpec
Packages that use MethodRetrySpec
Package
Description
A retry interceptor arrangement based on
core.retry and Reactor.-
Uses of MethodRetrySpec in org.springframework.resilience.retry
Methods in org.springframework.resilience.retry that return MethodRetrySpecModifier and TypeMethodDescriptionprotected abstract @Nullable MethodRetrySpecAbstractRetryInterceptor.getRetrySpec(Method method, Class<?> targetClass) Determine the retry specification for the given method on the given target.protected MethodRetrySpecSimpleRetryInterceptor.getRetrySpec(Method method, Class<?> targetClass) Constructors in org.springframework.resilience.retry with parameters of type MethodRetrySpecModifierConstructorDescriptionSimpleRetryInterceptor(MethodRetrySpec retrySpec) Create aSimpleRetryInterceptorfor the givenMethodRetrySpec.