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 class LoadState : DurableProducerQueue.IDurableProducerQueueCommand, IEquatable<DurableProducerQueue.LoadState>
Constructors
| Improve this Doc 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
| Improve this Doc View SourceReplyTo
Declaration
public IActorRef ReplyTo { get; set; }
Property Value
Type | Description |
---|---|
IActorRef |