public interface RetryScheduler
| Modifier and Type | Method and Description |
|---|---|
long |
currentMillis()
Get the current interval.
|
long |
nextMillis()
Progress to and return a new interval.
|
long currentMillis()
nextMillis() is called.long nextMillis()
currentMillis() will return this interval until
the next invocation of nextMillis().Copyright © 2017. All rights reserved.