Search Results for

    Show / Hide Table of Contents

    Class DistributedPubSub

    Extension that starts a DistributedPubSubMediator actor with settings defined in config section akka.cluster.pub-sub.

    Inheritance
    object
    DistributedPubSub
    Implements
    IExtension
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Cluster.Tools.PublishSubscribe
    Assembly: Akka.Cluster.Tools.dll
    Syntax
    public sealed class DistributedPubSub : IExtension

    Constructors

    | Edit this page View Source

    DistributedPubSub(ExtendedActorSystem)

    TBD

    Declaration
    public DistributedPubSub(ExtendedActorSystem system)
    Parameters
    Type Name Description
    ExtendedActorSystem system

    TBD

    Properties

    | Edit this page View Source

    IsTerminated

    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
    | Edit this page View Source

    Mediator

    The DistributedPubSubMediator actor reference.

    Declaration
    public IActorRef Mediator { get; }
    Property Value
    Type Description
    IActorRef

    Methods

    | Edit this page View Source

    DefaultConfig()

    TBD

    Declaration
    public static Config DefaultConfig()
    Returns
    Type Description
    Config

    TBD

    | Edit this page View Source

    Get(ActorSystem)

    TBD

    Declaration
    public static DistributedPubSub Get(ActorSystem system)
    Parameters
    Type Name Description
    ActorSystem system

    TBD

    Returns
    Type Description
    DistributedPubSub

    TBD

    Implements

    IExtension

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET