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, wait
doWithRetry
public boolean isComplete(T result)
RetryCallback
isComplete
in interface RetryCallback<T>
Copyright © 2006–2016. All rights reserved.