Search Results for

    Show / Hide Table of Contents

    Class MessageSent<T>

    The fact that a message has been sent.

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

    Constructors

    | Improve this Doc View Source

    MessageSent(Int64, MessageOrChunk<T>, Boolean, String, Int64)

    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
    Int64 SeqNr
    Akka.Delivery.Internal.MessageOrChunk<T> Message
    Boolean Ack
    String ConfirmationQualifier
    Int64 Timestamp

    Properties

    | Improve this Doc View Source

    Ack

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

    ConfirmationQualifier

    Declaration
    public string ConfirmationQualifier { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Message

    Declaration
    public MessageOrChunk<T> Message { get; set; }
    Property Value
    Type Description
    Akka.Delivery.Internal.MessageOrChunk<T>
    | Improve this Doc View Source

    SeqNr

    Declaration
    public long SeqNr { get; set; }
    Property Value
    Type Description
    Int64
    | Improve this Doc View Source

    Timestamp

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

    Methods

    | Improve this Doc View Source

    Equals(MessageSent<T>)

    Declaration
    public bool Equals(MessageSent<T> other)
    Parameters
    Type Name Description
    MessageSent<T> other
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    FromChunked(Int64, ChunkedMessage, Boolean, String, Int64)

    Declaration
    public static MessageSent<T> FromChunked(long seqNo, ChunkedMessage chunkedMessage, bool ack, string confirmationQualifier, long timestamp)
    Parameters
    Type Name Description
    Int64 seqNo
    Akka.Delivery.Internal.ChunkedMessage chunkedMessage
    Boolean ack
    String confirmationQualifier
    Int64 timestamp
    Returns
    Type Description
    MessageSent<T>
    | Improve this Doc View Source

    FromMessageOrChunked(Int64, MessageOrChunk<T>, Boolean, String, Int64)

    Declaration
    public static MessageSent<T> FromMessageOrChunked(long seqNo, MessageOrChunk<T> messageOrChunk, bool ack, string confirmationQualifier, long timestamp)
    Parameters
    Type Name Description
    Int64 seqNo
    Akka.Delivery.Internal.MessageOrChunk<T> messageOrChunk
    Boolean ack
    String confirmationQualifier
    Int64 timestamp
    Returns
    Type Description
    MessageSent<T>
    | 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()
    | Improve this Doc View Source

    WithQualifier(String)

    Declaration
    public MessageSent<T> WithQualifier(string qualifier)
    Parameters
    Type Name Description
    String qualifier
    Returns
    Type Description
    MessageSent<T>
    | Improve this Doc View Source

    WithTimestamp(Int64)

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

    Implements

    IEquatable<T>

    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