| Constructor | Description |
|---|---|
ExponentialBackoffSleeper(long initialIntervalMillis,
long maxIntervalMillis,
double multiplier,
double randomizationFactor) |
public ExponentialBackoffSleeper(long initialIntervalMillis,
long maxIntervalMillis,
double multiplier,
double randomizationFactor)
public void sleep()
throws InterruptedException
sleep in interface SleeperInterruptedExceptionCopyright © 2018 The Apache Software Foundation. All rights reserved.