Package akka.persistence.typed.telemetry
Class DurableStateBehaviorInstrumentationProvider$
- java.lang.Object
-
- akka.actor.typed.ExtensionId<DurableStateBehaviorInstrumentationProvider>
-
- akka.persistence.typed.telemetry.DurableStateBehaviorInstrumentationProvider$
-
public class DurableStateBehaviorInstrumentationProvider$ extends ExtensionId<DurableStateBehaviorInstrumentationProvider>
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static DurableStateBehaviorInstrumentationProvider$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description DurableStateBehaviorInstrumentationProvider$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DurableStateBehaviorInstrumentationProvider
createExtension(ActorSystem<?> system)
Create the extension, will be invoked at most one time per actor system where the extension is registered.DurableStateBehaviorInstrumentationProvider
get(ActorSystem<?> system)
-
Methods inherited from class akka.actor.typed.ExtensionId
apply, equals, hashCode, id
-
-
-
-
Field Detail
-
MODULE$
public static final DurableStateBehaviorInstrumentationProvider$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
createExtension
public DurableStateBehaviorInstrumentationProvider createExtension(ActorSystem<?> system)
Description copied from class:ExtensionId
Create the extension, will be invoked at most one time per actor system where the extension is registered.- Specified by:
createExtension
in classExtensionId<DurableStateBehaviorInstrumentationProvider>
-
get
public DurableStateBehaviorInstrumentationProvider get(ActorSystem<?> system)
-
-