public interface RetryObject
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
waitForNextAttempt()
Waits for next retry attempt and returns whether next retry attempt is required or not. 
 | 
boolean waitForNextAttempt()
                    throws InterruptedException
true if the next retry attempt is required, or false if it is not requiredInterruptedException - if interrupted while waiting for next retry attemptCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.