Package akka.util
Class WallClock$
- java.lang.Object
-
- akka.util.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$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WallClock
AlwaysIncreasingClock()
Always increasing time source.
-
-
-
Field Detail
-
MODULE$
public static final WallClock$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
AlwaysIncreasingClock
public WallClock AlwaysIncreasingClock()
Always increasing time source. Based onSystem.currentTimeMillis()
but guaranteed to always increase for each invocation.
-
-