public class NoWaitBackoffStrategy extends Object implements BackoffStrategy
| Constructor and Description |
|---|
NoWaitBackoffStrategy() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getDurationToWait(int numberOfTriesFailed,
Duration delayBetweenAttempts) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvalidateConfigpublic Duration getDurationToWait(int numberOfTriesFailed, Duration delayBetweenAttempts)
getDurationToWait in interface BackoffStrategyCopyright © 2018. All rights reserved.