public final class FibonacciRetryDelaySupplier extends Object implements RetryDelaySupplier
| Constructor and Description |
|---|
FibonacciRetryDelaySupplier(int immediateLeft,
long startDelay,
long maxDelay) |
| Modifier and Type | Method and Description |
|---|---|
long |
nextDelay() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAsLongpublic FibonacciRetryDelaySupplier(int immediateLeft,
long startDelay,
long maxDelay)
public long nextDelay()
nextDelay in interface RetryDelaySupplierCopyright © 2018 SPF4J. All rights reserved.