T - the type that is returned from the recoverypublic 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 © 2022 SpringSource. All rights reserved.