Package org.apache.pekko.cluster.pubsub
Class DistributedPubSubMediator$
java.lang.Object
org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DistributedPubSubMediator$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionJava API: Send this message to the mediator and it will reply with anIntegerof the number of subscribers.Java API: Send this message to the mediator and it will reply withDistributedPubSubMediator.CurrentTopicscontaining the names of the (currently known) registered topic names.props(DistributedPubSubSettings settings) Scala API: Factory method forDistributedPubSubMediatorpekko.actor.Props.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
DistributedPubSubMediator$
public DistributedPubSubMediator$()
-
-
Method Details
-
props
Scala API: Factory method forDistributedPubSubMediatorpekko.actor.Props. -
getTopicsInstance
Java API: Send this message to the mediator and it will reply withDistributedPubSubMediator.CurrentTopicscontaining the names of the (currently known) registered topic names. -
getCountInstance
Java API: Send this message to the mediator and it will reply with anIntegerof the number of subscribers.
-