public class DistributedPubSubMediator$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static DistributedPubSubMediator$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
DistributedPubSubMediator$() |
Modifier and Type | Method and Description |
---|---|
DistributedPubSubMediator.GetTopics |
getTopicsInstance()
Java API: Send this message to the mediator and it will reply with
DistributedPubSubMediator.CurrentTopics containing the names of the (currently known)
registered topic names. |
Props |
props(DistributedPubSubSettings settings)
Scala API: Factory method for
DistributedPubSubMediator Props . |
public static final DistributedPubSubMediator$ MODULE$
public Props props(DistributedPubSubSettings settings)
DistributedPubSubMediator
Props
.settings
- (undocumented)public DistributedPubSubMediator.GetTopics getTopicsInstance()
DistributedPubSubMediator.CurrentTopics
containing the names of the (currently known)
registered topic names.