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, wait
getAsLong
public FibonacciRetryDelaySupplier(int immediateLeft, long startDelay, long maxDelay)
public long nextDelay()
nextDelay
in interface RetryDelaySupplier
Copyright © 2018 SPF4J. All rights reserved.