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