Package org.apache.pekko.cluster.pubsub
Class DistributedPubSub
java.lang.Object
org.apache.pekko.cluster.pubsub.DistributedPubSub
- All Implemented Interfaces:
Extension
Extension that starts a
DistributedPubSubMediator
actor
with settings defined in config section pekko.cluster.pub-sub
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic T
apply
(ActorSystem system) static T
apply
(ClassicActorSystemProvider system) static DistributedPubSub
createExtension
(ExtendedActorSystem system) static final boolean
static DistributedPubSub
get
(ActorSystem system) static DistributedPubSub
get
(ClassicActorSystemProvider system) static final int
hashCode()
boolean
Returns true if this member is not tagged with the role configured for the mediator.static DistributedPubSub$
lookup()
mediator()
-
Constructor Details
-
DistributedPubSub
-
-
Method Details
-
get
-
get
-
lookup
-
createExtension
-
apply
-
apply
-
hashCode
public static final int hashCode() -
equals
-
isTerminated
public boolean isTerminated()Returns true if this member is not tagged with the role configured for the mediator. -
mediator
-