public interface RetryCallback<T>
Modifier and Type | Method and Description |
---|---|
T |
doWithRetry()
Does the actual work.
|
boolean |
isComplete(T result)
Returns true if the work has been completed or false is a retry is
required.
|
Copyright © 2006–2017. All rights reserved.