public class GenericRetryExecution extends Object implements RetryExecution
| Constructor and Description |
|---|
GenericRetryExecution(GenericRetry genericRetry) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Long> |
nextDelay()
Note that first attempt is always 0.
|
public GenericRetryExecution(GenericRetry genericRetry)
public Optional<Long> nextDelay()
nextDelay in interface RetryExecutionCopyright © 2020. All rights reserved.