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