public interface Sleeper
Thread.sleep(long) to permit better testability.| Modifier and Type | Field and Description |
|---|---|
static Sleeper |
SYSTEM_SLEEPER |
| Modifier and Type | Method and Description |
|---|---|
void |
sleep(java.time.Duration duration)
Sleeps for the specified duration of time.
|
static final Sleeper SYSTEM_SLEEPER