-
- All Implemented Interfaces:
- org.springframework.retry.RecoveryCallback<Object>
public class LoggingRecoveryCallback
extends Object
implements org.springframework.retry.RecoveryCallback<Object>
A callback that logs information about the failure to execute the redis operation after retries have
been exhausted
- Author:
- Mark Pollack
-
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
Object |
recover(org.springframework.retry.RetryContext context) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.