Package io.camunda.zeebe.scheduler.clock
Interface ActorClock
- All Superinterfaces:
InstantSource
- All Known Implementing Classes:
ControlledActorClock,DefaultActorClock
-
Method Summary
Methods inherited from interface java.time.InstantSource
withZone
-
Method Details
-
update
boolean update() -
getTimeMillis
long getTimeMillis() -
getNanosSinceLastMillisecond
long getNanosSinceLastMillisecond() -
getNanoTime
long getNanoTime() -
current
-
currentTimeMillis
static long currentTimeMillis() -
instant
- Specified by:
instantin interfaceInstantSource
-
millis
default long millis()- Specified by:
millisin interfaceInstantSource
-