public interface MethodInvocationRecoverer<T>
Modifier and Type | Method and Description |
---|---|
T |
recover(Object[] args,
Throwable cause)
Recover gracefully from an error.
|
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 © 2018 SpringSource. All rights reserved.