Interface ActorClock

All Known Implementing Classes:
ControlledActorClock, DefaultActorClock

public interface ActorClock
  • Method Details

    • update

      boolean update()
    • getTimeMillis

      long getTimeMillis()
    • getNanosSinceLastMillisecond

      long getNanosSinceLastMillisecond()
    • getNanoTime

      long getNanoTime()
    • current

      static ActorClock current()
    • currentTimeMillis

      static long currentTimeMillis()