Uses of Package
org.springframework.retry.interceptor
Package
Description
Infrastructure implementations of retry aop concerns.
Infrastructure implementations of retry interceptor concerns.
-
ClassDescriptionInterface 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.
-
ClassDescriptionInterface 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. -
ClassDescriptionCallback class for a Spring AOP reflective `MethodInvocation` that can be retried using a
RetryOperations
.