Packages

object Stopwatch extends ExtensionId[StopwatchExtension] with ExtensionIdProvider

Extension that provides support for com.lightbend.cinnamon.stopwatch.Stopwatch in Akka.

Linear Supertypes
ExtensionIdProvider, ExtensionId[StopwatchExtension], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Stopwatch
  2. ExtensionIdProvider
  3. ExtensionId
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class DefaultTimekeeper extends Timekeeper with StopwatchExtension

    Super class for Cinnamon Stopwatches.

Value Members

  1. val EmptyDefaultTimekeeper: DefaultTimekeeper
  2. def apply(system: ActorSystem): StopwatchExtension
    Definition Classes
    Stopwatch → ExtensionId
  3. def createExtension(system: ExtendedActorSystem): StopwatchExtension
    Definition Classes
    Stopwatch → ExtensionId
  4. final def equals(other: Any): Boolean
    Definition Classes
    ExtensionId → AnyRef → Any
  5. def get(system: ActorSystem): StopwatchExtension
    Definition Classes
    Stopwatch → ExtensionId
  6. final def hashCode(): Int
    Definition Classes
    ExtensionId → AnyRef → Any
  7. def lookup(): ExtensionId[StopwatchExtension]
    Definition Classes
    Stopwatch → ExtensionIdProvider