Uses of Interface
org.springframework.retry.interceptor.MethodInvocationRecoverer

Packages that use MethodInvocationRecoverer
org.springframework.retry.interceptor Infrastructure implementations of retry aop concerns. 
 

Uses of MethodInvocationRecoverer in org.springframework.retry.interceptor
 

Methods in org.springframework.retry.interceptor with parameters of type MethodInvocationRecoverer
 void RetryOperationsInterceptor.setRecoverer(MethodInvocationRecoverer<?> recoverer)
           
 void StatefulRetryOperationsInterceptor.setRecoverer(MethodInvocationRecoverer<? extends java.lang.Object> recoverer)
          Public setter for the MethodInvocationRecoverer to use if the retry is exhausted.
 



Copyright © 2013 SpringSource. All Rights Reserved.