public interface RecoveryCallback<T>
| Modifier and Type | Method and Description |
|---|---|
T |
recover(RetryContext context) |
T recover(RetryContext context) throws Exception
context - the current retry contextExceptionCopyright © 2021 SpringSource. All rights reserved.