Uses of Package
org.springframework.retry.interceptor
Packages that use org.springframework.retry.interceptor
Package
Description
Infrastructure implementations of retry aop concerns.
Infrastructure implementations of retry interceptor concerns.
-
Classes in org.springframework.retry.interceptor used by org.springframework.retry.annotationClassDescriptionInterface that allows method parameters to be identified and tagged by a unique key.Strategy interface for recovery action when processing of an item fails.Strategy interface to distinguish new arguments from ones that have been processed before, e.g. by examining a message flag.
-
Classes in org.springframework.retry.interceptor used by org.springframework.retry.interceptorClassDescriptionInterface that allows method parameters to be identified and tagged by a unique key.Strategy interface for recovery action when processing of an item fails.Strategy interface to distinguish new arguments from ones that have been processed before, e.g. by examining a message flag.Simplified facade to make it easier and simpler to build a
StatefulRetryOperationsInterceptor
or (stateless)RetryOperationsInterceptor
by providing a fluent interface to defining the behavior on error.AMethodInterceptor
that can be used to automatically retry calls to a method on a service if it fails.AMethodInterceptor
that can be used to automatically retry calls to a method on a service if it fails. -
Classes in org.springframework.retry.interceptor used by org.springframework.retry.listenerClassDescriptionCallback class for a Spring AOP reflective `MethodInvocation` that can be retried using a
RetryOperations
.