Package pro.taskana.common.internal.jobs
Class RealClock
- java.lang.Object
-
- pro.taskana.common.internal.jobs.RealClock
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface pro.taskana.common.internal.jobs.Clock
Clock.ClockListener
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregister(Clock.ClockListener listener)voidstart()voidstop()
-
-
-
Constructor Detail
-
RealClock
public RealClock(long initialStartDelay, long period, TimeUnit periodTimeUnit)
-
-