Search Results for

    Show / Hide Table of Contents

    Class DurableProducerQueue.StoreMessageSent<T>

    Store the fact that a message is to be sent. Replies with StoreMessageSentAck when the message has been successfully stored.

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

    This command may be retried and the implementation should be idempotent.

    Constructors

    | Edit this page View Source

    StoreMessageSent(MessageSent<T>, IActorRef)

    Store the fact that a message is to be sent. Replies with StoreMessageSentAck when the message has been successfully stored.

    Declaration
    public StoreMessageSent(DurableProducerQueue.MessageSent<T> MessageSent, IActorRef ReplyTo)
    Parameters
    Type Name Description
    DurableProducerQueue.MessageSent<T> MessageSent
    IActorRef ReplyTo
    Remarks

    This command may be retried and the implementation should be idempotent.

    Properties

    | Edit this page View Source

    MessageSent

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

    ReplyTo

    Declaration
    public IActorRef ReplyTo { get; init; }
    Property Value
    Type Description
    IActorRef

    Implements

    DurableProducerQueue.IDurableProducerQueueCommand
    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