Class WallClock$

java.lang.Object
org.apache.pekko.util.WallClock$

public class WallClock$ extends Object
  • Field Details

    • MODULE$

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

    • WallClock$

      public WallClock$()
  • Method Details

    • AlwaysIncreasingClock

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