ThreadWaitSleeper@Deprecated public class ObjectWaitSleeper extends java.lang.Object implements Sleeper
Sleeper implementation that just waits on a local Object.| Constructor and Description |
|---|
ObjectWaitSleeper()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
sleep(long backOffPeriod)
Deprecated.
Pause for the specified period using whatever means available.
|