Search Results for

    Show / Hide Table of Contents

    Class ConsumerController.Delivery<T>

    Sent from the consumer controller to the consumer.

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

    Constructors

    | Edit this page View Source

    Delivery(T, IActorRef, string, long)

    Sent from the consumer controller to the consumer.

    Declaration
    public Delivery(T Message, IActorRef ConfirmTo, string ProducerId, long SeqNr)
    Parameters
    Type Name Description
    T Message
    IActorRef ConfirmTo
    string ProducerId
    long SeqNr

    Properties

    | Edit this page View Source

    ConfirmTo

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

    Message

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

    ProducerId

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

    SeqNr

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

    Methods

    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Implements

    ConsumerController.IConsumerCommand<T>
    IDeadLetterSuppression
    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