public static class WaiterConfiguration.WaitContext extends Object
The context that should be maintained by the wait loop.
| Constructor and Description |
|---|
WaitContext(long startTime) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAttemptsMade() |
long |
getCurrentTime() |
long |
getStartTime() |
void |
incrementAttempts()
Increments the number of attempts made.
|
String |
toString() |
Copyright © 2016–2024. All rights reserved.