Package com.lightbend.cinnamon.akka
Class Stopwatch$
- java.lang.Object
-
- com.lightbend.cinnamon.akka.Stopwatch$
-
- All Implemented Interfaces:
akka.actor.ExtensionId<StopwatchExtension>
,akka.actor.ExtensionIdProvider
public class Stopwatch$ extends java.lang.Object implements akka.actor.ExtensionId<StopwatchExtension>, akka.actor.ExtensionIdProvider
Extension that provides support forcom.lightbend.cinnamon.stopwatch.Stopwatch
in Akka.
-
-
Field Summary
Fields Modifier and Type Field Description static Stopwatch$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Stopwatch$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StopwatchExtension
apply(akka.actor.ActorSystem system)
StopwatchExtension
createExtension(akka.actor.ExtendedActorSystem system)
Stopwatch.DefaultTimekeeper
EmptyDefaultTimekeeper()
StopwatchExtension
get(akka.actor.ActorSystem system)
akka.actor.ExtensionId<StopwatchExtension>
lookup()
-
-
-
Field Detail
-
MODULE$
public static final Stopwatch$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
createExtension
public StopwatchExtension createExtension(akka.actor.ExtendedActorSystem system)
- Specified by:
createExtension
in interfaceakka.actor.ExtensionId<StopwatchExtension>
-
lookup
public akka.actor.ExtensionId<StopwatchExtension> lookup()
- Specified by:
lookup
in interfaceakka.actor.ExtensionIdProvider
-
apply
public StopwatchExtension apply(akka.actor.ActorSystem system)
- Specified by:
apply
in interfaceakka.actor.ExtensionId<StopwatchExtension>
-
get
public StopwatchExtension get(akka.actor.ActorSystem system)
- Specified by:
get
in interfaceakka.actor.ExtensionId<StopwatchExtension>
-
EmptyDefaultTimekeeper
public Stopwatch.DefaultTimekeeper EmptyDefaultTimekeeper()
-
-