public interface SystemClock
-
Method Summary
Modifier and TypeMethodDescriptionvoidcheckTimers(ExecutionContext context) getEpoch()getScheduledTimers(ExecutionContext context) longgetTime()booleanhasScheduledTimers(ExecutionContext context) booleanregisterTimer(Timer timer) voidvoidsetTime(long time) booleanunregisterTimer(Timer timer) voidwaitForNextTimer(ExecutionContext context)
-
Method Details
-
getTime
long getTime() -
setTime
void setTime(long time) -
getEpoch
Instant getEpoch() -
setEpoch
-
checkTimers
-
hasScheduledTimers
-
getScheduledTimers
-
registerTimer
-
unregisterTimer
-
waitForNextTimer
- Throws:
InterruptedException
-