Uses of Interface
org.springframework.retry.interceptor.MethodArgumentsKeyGenerator
Package
Description
Infrastructure implementations of retry aop concerns.
-
Uses of MethodArgumentsKeyGenerator in org.springframework.retry.annotation
Modifier and TypeMethodDescriptionvoid
AnnotationAwareRetryOperationsInterceptor.setKeyGenerator
(MethodArgumentsKeyGenerator methodArgumentsKeyGenerator) -
Uses of MethodArgumentsKeyGenerator in org.springframework.retry.interceptor
Modifier and TypeMethodDescriptionRetryInterceptorBuilder.CircuitBreakerInterceptorBuilder.keyGenerator
(MethodArgumentsKeyGenerator keyGenerator) RetryInterceptorBuilder.StatefulRetryInterceptorBuilder.keyGenerator
(MethodArgumentsKeyGenerator keyGenerator) Stateful retry requires items to be identifiable.void
StatefulRetryOperationsInterceptor.setKeyGenerator
(MethodArgumentsKeyGenerator keyGenerator)