public final class TimeContext extends Object
Modifier and Type | Field and Description |
---|---|
static TimeContext |
SYSTEM |
Constructor and Description |
---|
TimeContext(java.time.Clock clock,
Sleeper sleeper) |
public static final TimeContext SYSTEM
public TimeContext(java.time.Clock clock, Sleeper sleeper)
clock
- the clock for this contextsleeper
- the sleeper for this contextpublic java.time.Clock getClock()
public Sleeper getSleeper()
Copyright © 2023. All Rights Reserved.