Interface ActorClock

All Superinterfaces:
InstantSource
All Known Implementing Classes:
ControlledActorClock, DefaultActorClock

public interface ActorClock extends InstantSource
  • Method Details

    • update

      boolean update()
    • getTimeMillis

      long getTimeMillis()
    • getNanosSinceLastMillisecond

      long getNanosSinceLastMillisecond()
    • getNanoTime

      long getNanoTime()
    • current

      static ActorClock current()
    • currentTimeMillis

      static long currentTimeMillis()
    • instant

      default Instant instant()
      Specified by:
      instant in interface InstantSource
    • millis

      default long millis()
      Specified by:
      millis in interface InstantSource