Class DistributedPubSub
Extension that starts a DistributedPubSubMediator actor with settings
defined in config section akka.cluster.pub-sub.
Implements
Inherited Members
Namespace: Akka.Cluster.Tools.PublishSubscribe
Assembly: Akka.Cluster.Tools.dll
Syntax
public sealed class DistributedPubSub : IExtension
Constructors
| Edit this page View SourceDistributedPubSub(ExtendedActorSystem)
TBD
Declaration
public DistributedPubSub(ExtendedActorSystem system)
Parameters
| Type | Name | Description |
|---|---|---|
| ExtendedActorSystem | system | TBD |
Properties
| Edit this page View SourceIsTerminated
Returns true if this member is not tagged with the role configured for the mediator.
Declaration
public bool IsTerminated { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Mediator
The DistributedPubSubMediator actor reference.
Declaration
public IActorRef Mediator { get; }
Property Value
| Type | Description |
|---|---|
| IActorRef |
Methods
| Edit this page View SourceDefaultConfig()
TBD
Declaration
public static Config DefaultConfig()
Returns
| Type | Description |
|---|---|
| Config | TBD |
Get(ActorSystem)
TBD
Declaration
public static DistributedPubSub Get(ActorSystem system)
Parameters
| Type | Name | Description |
|---|---|---|
| ActorSystem | system | TBD |
Returns
| Type | Description |
|---|---|
| DistributedPubSub | TBD |
Edit this page