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 MethodRetrySpec
AbstractRetryInterceptor.getRetrySpec
(Method method, Class<?> targetClass) Determine the retry specification for the given method on the given target.protected MethodRetrySpec
SimpleRetryInterceptor.getRetrySpec
(Method method, Class<?> targetClass) Constructors in org.springframework.resilience.retry with parameters of type MethodRetrySpecModifierConstructorDescriptionSimpleRetryInterceptor
(MethodRetrySpec retrySpec) Create aSimpleRetryInterceptor
for the givenMethodRetrySpec
.