public interface BlockStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
block(long sleepTime)
Attempt to block for the designated amount of time.
|
void block(long sleepTime)
throws java.lang.InterruptedException
WaitStrategy. Caution
is advised when generating your own implementations.sleepTime - the computed sleep duration in millisecondsjava.lang.InterruptedException