public class DiagnosticsRecorder$ extends java.lang.Object implements akka.actor.ExtensionId<DiagnosticsRecorder>, akka.actor.ExtensionIdProvider
| Modifier and Type | Field and Description |
|---|---|
static DiagnosticsRecorder$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
DiagnosticsRecorder$() |
| Modifier and Type | Method and Description |
|---|---|
DiagnosticsRecorder |
createExtension(akka.actor.ExtendedActorSystem system) |
DiagnosticsRecorder |
get(akka.actor.ActorSystem system) |
DiagnosticsRecorder$ |
lookup() |
public static final DiagnosticsRecorder$ MODULE$
public DiagnosticsRecorder get(akka.actor.ActorSystem system)
get in interface akka.actor.ExtensionId<DiagnosticsRecorder>public DiagnosticsRecorder$ lookup()
lookup in interface akka.actor.ExtensionIdProviderpublic DiagnosticsRecorder createExtension(akka.actor.ExtendedActorSystem system)
createExtension in interface akka.actor.ExtensionId<DiagnosticsRecorder>