Struct MessageBrokerStreamMessageProcessedEvent
- Namespace
- LfrlAnvil.MessageBroker.Server.Events
- Assembly
- LfrlAnvil.MessageBroker.Server.dll
Represents an event emitted by MessageBrokerStream after a message pushed from the publisher has been handled successfully.
public readonly struct MessageBrokerStreamMessageProcessedEvent
- Inherited Members
Properties
Failures
Number of listeners that failed to accept the message.
public int Failures { get; }
Property Value
Filtered
Number of filtered out listeners due to explicit routing.
public int Filtered { get; }
Property Value
MessageId
Unique id of the message.
public ulong MessageId { get; }
Property Value
Publisher
IMessageBrokerMessagePublisher that pushed the message.
public IMessageBrokerMessagePublisher Publisher { get; }
Property Value
Source
Event source.
public MessageBrokerStreamEventSource Source { get; }
Property Value
Methods
ToString()
Returns a string representation of this MessageBrokerStreamMessageProcessedEvent instance.
[Pure]
public override string ToString()
Returns
- string
String representation.