Struct MessageBrokerClientDeadLetterQueriedEvent
- Namespace
- LfrlAnvil.MessageBroker.Client.Events
- Assembly
- LfrlAnvil.MessageBroker.Client.dll
Represents an event emitted by MessageBrokerClient related to dead letter query result.
public readonly struct MessageBrokerClientDeadLetterQueriedEvent
- 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
Source
Event source.
public MessageBrokerClientEventSource Source { 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 MessageBrokerClientDeadLetterQueriedEvent instance.
[Pure]
public override string ToString()
Returns
- string
String representation.