Package akka.util

Class WallClock$


  • public class WallClock$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static WallClock$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      WallClock$()  
    • Field Detail

      • MODULE$

        public static final WallClock$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • WallClock$

        public WallClock$()
    • Method Detail

      • AlwaysIncreasingClock

        public WallClock AlwaysIncreasingClock()
        Always increasing time source. Based on System.currentTimeMillis() but guaranteed to always increase for each invocation.