public interface RecoveryCallback<T>
| Modifier and Type | Method and Description |
|---|---|
T |
recover(RetryContext context) |
T recover(RetryContext context) throws Exception
context - the current retry contextException - when something goes wrongCopyright © 2018 SpringSource. All rights reserved.