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
Copyright © 2014 SpringSource. All rights reserved.