Package org.springframework.batch.retry.interceptor

Infrastructure implementations of retry aop concerns.

See:
          Description

Interface Summary
MethodArgumentsKeyGenerator Interface that allows method parameters to be identified and tagged by a unique key.
MethodInvocationRecoverer<T> 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. by examining a message flag.
 

Class Summary
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.
 

Package org.springframework.batch.retry.interceptor Description

Infrastructure implementations of retry aop concerns.



Copyright © 2013 SpringSource. All Rights Reserved.