Search Results for

    Show / Hide Table of Contents

    Class DurableProducerQueue.LoadState

    Request used at startup to retrieve the unconfirmed messages and current sequence number.

    Inheritance
    object
    DurableProducerQueue.LoadState
    Implements
    DurableProducerQueue.IDurableProducerQueueCommand
    IEquatable<DurableProducerQueue.LoadState>
    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.LoadState : DurableProducerQueue.IDurableProducerQueueCommand, IEquatable<DurableProducerQueue.LoadState>

    Constructors

    | Edit this page View Source

    LoadState(IActorRef)

    Request used at startup to retrieve the unconfirmed messages and current sequence number.

    Declaration
    public LoadState(IActorRef ReplyTo)
    Parameters
    Type Name Description
    IActorRef ReplyTo

    Properties

    | 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