Package | Description |
---|---|
com.oracle.bmc.waiter |
Modifier and Type | Method and Description |
---|---|
long |
DelayStrategy.nextDelay(WaiterConfiguration.WaitContext context)
Returns the amount of time to wait (in millis) before making another poll attempt.
|
long |
ExponentialBackoffDelayStrategyWithJitter.nextDelay(WaiterConfiguration.WaitContext context) |
long |
ExponentialBackoffDelayStrategy.nextDelay(WaiterConfiguration.WaitContext context) |
long |
FixedTimeDelayStrategy.nextDelay(WaiterConfiguration.WaitContext context) |
boolean |
MaxTimeTerminationStrategy.shouldTerminate(WaiterConfiguration.WaitContext context) |
boolean |
MaxAttemptsTerminationStrategy.shouldTerminate(WaiterConfiguration.WaitContext context) |
boolean |
TerminationStrategy.shouldTerminate(WaiterConfiguration.WaitContext context)
Returns whether or not polling should be terminated.
|
Copyright © 2016–2024. All rights reserved.