public class DistributedPubSub$ extends java.lang.Object implements akka.actor.ExtensionId<DistributedPubSub>, akka.actor.ExtensionIdProvider
Modifier and Type | Field and Description |
---|---|
static DistributedPubSub$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
DistributedPubSub$() |
Modifier and Type | Method and Description |
---|---|
DistributedPubSub |
createExtension(akka.actor.ExtendedActorSystem system) |
DistributedPubSub |
get(akka.actor.ActorSystem system) |
DistributedPubSub$ |
lookup() |
public static final DistributedPubSub$ MODULE$
public DistributedPubSub get(akka.actor.ActorSystem system)
get
in interface akka.actor.ExtensionId<DistributedPubSub>
public DistributedPubSub$ lookup()
lookup
in interface akka.actor.ExtensionIdProvider
public DistributedPubSub createExtension(akka.actor.ExtendedActorSystem system)
createExtension
in interface akka.actor.ExtensionId<DistributedPubSub>