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