public static interface Callables.PreRetryCallback<T>
boolean call(Exception lastException, T lastResult) throws InterruptedException
lastException
- - last exception encountered, if null, retry does not happen because of exception.lastResult
- - if lastException is null this value represents the last returned result.InterruptedException
Copyright © 2014. All rights reserved.