Struct MessageBrokerDeadLetterQueryResult
- Namespace
- LfrlAnvil.MessageBroker.Client
- Assembly
- LfrlAnvil.MessageBroker.Client.dll
Represents the result of a dead letter query.
public readonly struct MessageBrokerDeadLetterQueryResult
- Inherited Members
Properties
MaxReadCount
Specifies the max number of dead letter messages that will be asynchronously consumed.
public int MaxReadCount { get; }
Property Value
NextExpirationAt
Specifies the moment in time when the next dead letter message expires.
public Timestamp NextExpirationAt { get; }
Property Value
TotalCount
Specifies the current total number of messages in the dead letter.
public int TotalCount { get; }
Property Value
Methods
ToString()
Returns a string representation of this MessageBrokerDeadLetterQueryResult instance.
[Pure]
public override string ToString()
Returns
- string
String representation.