Search Results for

    Show / Hide Table of Contents

    Class DurableProducerQueue.MessageSent<T>

    The fact that a message has been sent.

    Inheritance
    object
    DurableProducerQueue.MessageSent<T>
    Implements
    IEquatable<DurableProducerQueue.MessageSent<T>>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Delivery
    Assembly: Akka.dll
    Syntax
    public sealed record DurableProducerQueue.MessageSent<T> : IEquatable<DurableProducerQueue.MessageSent<T>>
    Type Parameters
    Name Description
    T

    Constructors

    | Edit this page View Source

    MessageSent(long, MessageOrChunk<T>, bool, string, long)

    The fact that a message has been sent.

    Declaration
    public MessageSent(long SeqNr, MessageOrChunk<T> Message, bool Ack, string ConfirmationQualifier, long Timestamp)
    Parameters
    Type Name Description
    long SeqNr
    MessageOrChunk<T> Message
    bool Ack
    string ConfirmationQualifier
    long Timestamp

    Properties

    | Edit this page View Source

    Ack

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

    ConfirmationQualifier

    Declaration
    public string ConfirmationQualifier { get; init; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Message

    Declaration
    public MessageOrChunk<T> Message { get; init; }
    Property Value
    Type Description
    MessageOrChunk<T>
    | Edit this page View Source

    SeqNr

    Declaration
    public long SeqNr { get; init; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Timestamp

    Declaration
    public long Timestamp { get; init; }
    Property Value
    Type Description
    long

    Methods

    | Edit this page View Source

    Equals(MessageSent<T>?)

    Declaration
    public bool Equals(DurableProducerQueue.MessageSent<T>? other)
    Parameters
    Type Name Description
    DurableProducerQueue.MessageSent<T> other
    Returns
    Type Description
    bool
    | Edit this page View Source

    FromChunked(long, ChunkedMessage, bool, string, long)

    Declaration
    public static DurableProducerQueue.MessageSent<T> FromChunked(long seqNo, ChunkedMessage chunkedMessage, bool ack, string confirmationQualifier, long timestamp)
    Parameters
    Type Name Description
    long seqNo
    ChunkedMessage chunkedMessage
    bool ack
    string confirmationQualifier
    long timestamp
    Returns
    Type Description
    DurableProducerQueue.MessageSent<T>
    | Edit this page View Source

    FromMessageOrChunked(long, MessageOrChunk<T>, bool, string, long)

    Declaration
    public static DurableProducerQueue.MessageSent<T> FromMessageOrChunked(long seqNo, MessageOrChunk<T> messageOrChunk, bool ack, string confirmationQualifier, long timestamp)
    Parameters
    Type Name Description
    long seqNo
    MessageOrChunk<T> messageOrChunk
    bool ack
    string confirmationQualifier
    long timestamp
    Returns
    Type Description
    DurableProducerQueue.MessageSent<T>
    | Edit this page View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()
    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()
    | Edit this page View Source

    WithQualifier(string)

    Declaration
    public DurableProducerQueue.MessageSent<T> WithQualifier(string qualifier)
    Parameters
    Type Name Description
    string qualifier
    Returns
    Type Description
    DurableProducerQueue.MessageSent<T>
    | Edit this page View Source

    WithTimestamp(long)

    Declaration
    public DurableProducerQueue.MessageSent<T> WithTimestamp(long timestamp)
    Parameters
    Type Name Description
    long timestamp
    Returns
    Type Description
    DurableProducerQueue.MessageSent<T>

    Implements

    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