Package com.oracle.bmc.waiter
Class WaiterConfiguration.WaitContext
- java.lang.Object
-
- com.oracle.bmc.waiter.WaiterConfiguration.WaitContext
-
- Enclosing class:
- WaiterConfiguration
public static class WaiterConfiguration.WaitContext extends Object
The context that should be maintained by the wait loop.
-
-
Constructor Summary
Constructors Constructor Description WaitContext(long startTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAttemptsMade()
long
getCurrentTime()
long
getStartTime()
void
incrementAttempts()
Increments the number of attempts made.String
toString()
-