object Stopwatch extends ExtensionId[StopwatchExtension] with ExtensionIdProvider
Extension that provides support for com.lightbend.cinnamon.stopwatch.Stopwatch
in Akka.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Stopwatch
- ExtensionIdProvider
- ExtensionId
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
abstract
class
DefaultTimekeeper extends Timekeeper with StopwatchExtension
Super class for Cinnamon Stopwatches.
Value Members
- val EmptyDefaultTimekeeper: DefaultTimekeeper
-
def
apply(system: ActorSystem): StopwatchExtension
- Definition Classes
- Stopwatch → ExtensionId
-
def
createExtension(system: ExtendedActorSystem): StopwatchExtension
- Definition Classes
- Stopwatch → ExtensionId
-
final
def
equals(other: Any): Boolean
- Definition Classes
- ExtensionId → AnyRef → Any
-
def
get(system: ActorSystem): StopwatchExtension
- Definition Classes
- Stopwatch → ExtensionId
-
final
def
hashCode(): Int
- Definition Classes
- ExtensionId → AnyRef → Any
-
def
lookup(): ExtensionId[StopwatchExtension]
- Definition Classes
- Stopwatch → ExtensionIdProvider
This is the public API for Cinnamon.
The com.lightbend.cinnamon package contains the public Cinnamon API.
See the complete list of Cinnamon packages on the right.
Cinnamon Events and Metrics
For the custom events API see
CinnamonEvents
.For the custom metrics API see
CinnamonMetrics
.Stopwatch
For the Stopwatch API see
Stopwatch
.Coda Hale Metrics
For creating custom Coda Hale Metrics reporters see the com.lightbend.cinnamon.chmetrics.reporter package.