public abstract class DefaultRetryCallback<T> extends Object implements RetryCallback<T>
| Constructor and Description |
|---|
DefaultRetryCallback() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isComplete(T result)
Returns true if the work has been completed or false is a retry is
required.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoWithRetrypublic boolean isComplete(T result)
RetryCallbackisComplete in interface RetryCallback<T>Copyright © 2006–2013. All rights reserved.