Package | Description |
---|---|
org.springframework.retry.annotation | |
org.springframework.retry.interceptor |
Infrastructure implementations of retry aop concerns.
|
Class and Description |
---|
MethodArgumentsKeyGenerator
Interface that allows method parameters to be identified and tagged by a
unique key.
|
MethodInvocationRecoverer
Strategy interface for recovery action when processing of an item fails.
|
NewMethodArgumentsIdentifier
Strategy interface to distinguish new arguments from ones that have been
processed before, e.g.
|
Class and Description |
---|
MethodArgumentsKeyGenerator
Interface that allows method parameters to be identified and tagged by a
unique key.
|
MethodInvocationRecoverer
Strategy interface for recovery action when processing of an item fails.
|
NewMethodArgumentsIdentifier
Strategy interface to distinguish new arguments from ones that have been
processed before, e.g.
|
RetryInterceptorBuilder
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. |
RetryInterceptorBuilder.StatefulRetryInterceptorBuilder |
RetryInterceptorBuilder.StatelessRetryInterceptorBuilder |
RetryOperationsInterceptor
A
MethodInterceptor that can be used to automatically retry calls to a method
on a service if it fails. |
StatefulRetryOperationsInterceptor
A
MethodInterceptor that can be used to automatically retry calls to a method
on a service if it fails. |
Copyright © 2014 SpringSource. All rights reserved.