Clock

org.apache.pekko.remote.FailureDetector$.Clock
abstract class Clock extends () => Long

Abstraction of a clock that returns time in milliseconds. Clock can only be used to measure elapsed time and is not related to any other notion of system or wall-clock time.

Attributes

Source
FailureDetector.scala
Graph
Supertypes
trait () => Long
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def apply(): R

Attributes

Inherited from:
Function0
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function0 -> Any
Inherited from:
Function0