Class DurableProducerQueue.LoadState
Request used at startup to retrieve the unconfirmed messages and current sequence number.
Implements
Inherited Members
Namespace: Akka.Delivery
Assembly: Akka.dll
Syntax
public sealed record DurableProducerQueue.LoadState : DurableProducerQueue.IDurableProducerQueueCommand, IEquatable<DurableProducerQueue.LoadState>
Constructors
| Edit this page View SourceLoadState(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 SourceReplyTo
Declaration
public IActorRef ReplyTo { get; init; }
Property Value
Type | Description |
---|---|
IActorRef |