Search Results for

    Show / Hide Table of Contents

    Class Publish

    TBD

    Inheritance
    Object
    Publish
    Implements
    IDistributedPubSubMessage
    IEquatable<Publish>
    IWrappedMessage
    Inherited Members
    Object.Equals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Akka.Cluster.Tools.PublishSubscribe
    Assembly: Akka.Cluster.Tools.dll
    Syntax
    [Serializable]
    public sealed class Publish : IDistributedPubSubMessage, IEquatable<Publish>, IWrappedMessage

    Constructors

    | Improve this Doc View Source

    Publish(String, Object, Boolean)

    TBD

    Declaration
    public Publish(string topic, object message, bool sendOneMessageToEachGroup = false)
    Parameters
    Type Name Description
    String topic

    TBD

    Object message

    TBD

    Boolean sendOneMessageToEachGroup

    TBD

    Properties

    | Improve this Doc View Source

    Message

    TBD

    Declaration
    public object Message { get; }
    Property Value
    Type Description
    Object
    | Improve this Doc View Source

    SendOneMessageToEachGroup

    TBD

    Declaration
    public bool SendOneMessageToEachGroup { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Topic

    TBD

    Declaration
    public string Topic { get; }
    Property Value
    Type Description
    String

    Methods

    | Improve this Doc View Source

    Equals(Publish)

    Declaration
    public bool Equals(Publish other)
    Parameters
    Type Name Description
    Publish other
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    Overrides
    Object.Equals(Object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    Object.GetHashCode()
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()

    Implements

    IDistributedPubSubMessage
    IEquatable<T>
    IWrappedMessage

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(Object)
    In This Article
    • githubImprove this Doc
    • 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