public interface MethodInvocationRecoverer<T>
T recover(Object[] args, Throwable cause)
args
- the arguments for the method invocation that failed.cause
- the cause of the failure that led to this recovery.Copyright © 2014 SpringSource. All rights reserved.