Class ResequencerResult<TPayload>
- Namespace
- PatternKit.Messaging.Routing
- Assembly
- PatternKit.Core.dll
public sealed class ResequencerResult<TPayload>
Type Parameters
TPayload
- Inheritance
-
ResequencerResult<TPayload>
- Inherited Members
-
Properties
Accepted
public bool Accepted { get; }
Property Value
- bool
AcceptedSequence
public long AcceptedSequence { get; }
Property Value
- long
Name
public string Name { get; }
Property Value
- string
NextExpectedSequence
public long NextExpectedSequence { get; }
Property Value
- long
RejectionReason
public string? RejectionReason { get; }
Property Value
- string
Released
public IReadOnlyList<SequencedMessage<TPayload>> Released { get; }
Property Value
- IReadOnlyList<SequencedMessage<TPayload>>