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