Uses of Class
com.oracle.bmc.waiter.WaiterConfiguration.WaitContext
-
Packages that use WaiterConfiguration.WaitContext Package Description com.oracle.bmc.waiter -
-
Uses of WaiterConfiguration.WaitContext in com.oracle.bmc.waiter
Methods in com.oracle.bmc.waiter with parameters of type WaiterConfiguration.WaitContext Modifier and Type Method Description long
DelayStrategy. nextDelay(WaiterConfiguration.WaitContext context)
Returns the amount of time to wait (in millis) before making another poll attempt.long
ExponentialBackoffDelayStrategy. nextDelay(WaiterConfiguration.WaitContext context)
long
ExponentialBackoffDelayStrategyWithJitter. nextDelay(WaiterConfiguration.WaitContext context)
long
FixedTimeDelayStrategy. nextDelay(WaiterConfiguration.WaitContext context)
boolean
MaxAttemptsTerminationStrategy. shouldTerminate(WaiterConfiguration.WaitContext context)
boolean
MaxTimeTerminationStrategy. shouldTerminate(WaiterConfiguration.WaitContext context)
boolean
TerminationStrategy. shouldTerminate(WaiterConfiguration.WaitContext context)
Returns whether or not polling should be terminated.
-