Package org.apache.pekko.util
Class WallClock$
java.lang.Object
org.apache.pekko.util.WallClock$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final WallClock$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAlways increasing time source.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
WallClock$
public WallClock$()
-
-
Method Details
-
AlwaysIncreasingClock
Always increasing time source. Based onSystem.currentTimeMillis()but guaranteed to always increase for each invocation.
-