public interface DelayStrategy
Interface that defines how long to wait between poll attempts.
| Modifier and Type | Method and Description |
|---|---|
long |
nextDelay(WaiterConfiguration.WaitContext context)
Returns the amount of time to wait (in millis) before making another poll attempt.
|
long nextDelay(WaiterConfiguration.WaitContext context)
Returns the amount of time to wait (in millis) before making another poll attempt.
context - The context after the last attempt.Copyright © 2016–2024. All rights reserved.