Class EventStreamExtension$
java.lang.Object
org.apache.pekko.actor.typed.ExtensionId<org.apache.pekko.actor.typed.internal.EventStreamExtension>
org.apache.pekko.actor.typed.internal.EventStreamExtension$
public class EventStreamExtension$
extends ExtensionId<org.apache.pekko.actor.typed.internal.EventStreamExtension>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EventStreamExtension$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.actor.typed.internal.EventStreamExtensioncreateExtension(ActorSystem<?> system) Create the extension, will be invoked at most one time per actor system where the extension is registered.Methods inherited from class org.apache.pekko.actor.typed.ExtensionId
apply, equals, hashCode, id
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
EventStreamExtension$
public EventStreamExtension$()
-
-
Method Details
-
createExtension
public org.apache.pekko.actor.typed.internal.EventStreamExtension createExtension(ActorSystem<?> system) Description copied from class:ExtensionIdCreate the extension, will be invoked at most one time per actor system where the extension is registered.- Specified by:
createExtensionin classExtensionId<org.apache.pekko.actor.typed.internal.EventStreamExtension>
-