Search Results for

    Show / Hide Table of Contents

    Class PublishWithAck

    Inheritance
    object
    PublishWithAck
    Implements
    IDistributedPubSubMessage
    IWrappedMessage
    IEquatable<PublishWithAck>
    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 record PublishWithAck : IDistributedPubSubMessage, IWrappedMessage, IEquatable<PublishWithAck>

    Constructors

    | Edit this page View Source

    PublishWithAck(string, object, TimeSpan, bool)

    Declaration
    public PublishWithAck(string topic, object message, TimeSpan timeout, bool sendOneMessageToEachGroup = false)
    Parameters
    Type Name Description
    string topic
    object message
    TimeSpan timeout
    bool sendOneMessageToEachGroup

    Properties

    | Edit this page View Source

    Message

    Declaration
    public object Message { get; }
    Property Value
    Type Description
    object
    | Edit this page View Source

    SendOneMessageToEachGroup

    Declaration
    public bool SendOneMessageToEachGroup { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Timeout

    Declaration
    public TimeSpan Timeout { get; }
    Property Value
    Type Description
    TimeSpan
    | Edit this page View Source

    Topic

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

    Implements

    IDistributedPubSubMessage
    IWrappedMessage
    IEquatable<T>

    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