@FunctionalInterface public interface WaitStrategy
WaitStrategy determines this waiting time.| Modifier and Type | Method and Description |
|---|---|
long |
sleepTime(long attempt)
Returns the time to wait until the next attempt.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.