Search Results for

    Show / Hide Table of Contents

    Class ProducerController.MessageWithConfirmation<T>

    For sending with confirmation back to the producer - message is confirmed once it's stored inside the durable queue.

    Inheritance
    object
    ProducerController.MessageWithConfirmation<T>
    Implements
    ProducerController.IProducerCommand<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 class ProducerController.MessageWithConfirmation<T> : ProducerController.IProducerCommand<T>
    Type Parameters
    Name Description
    T
    Remarks

    Reply message type is a SeqNo (long).

    Constructors

    | Edit this page View Source

    MessageWithConfirmation(T, IActorRef)

    Declaration
    public MessageWithConfirmation(T message, IActorRef replyTo)
    Parameters
    Type Name Description
    T message
    IActorRef replyTo

    Properties

    | Edit this page View Source

    Message

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

    ReplyTo

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

    Implements

    ProducerController.IProducerCommand<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