Table of Contents

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

int

Filtered

Number of filtered out listeners due to explicit routing.

public int Filtered { get; }

Property Value

int

MessageId

Unique id of the message.

public ulong MessageId { get; }

Property Value

ulong

Publisher

IMessageBrokerMessagePublisher that pushed the message.

public IMessageBrokerMessagePublisher Publisher { get; }

Property Value

IMessageBrokerMessagePublisher

Source

Event source.

public MessageBrokerStreamEventSource Source { get; }

Property Value

MessageBrokerStreamEventSource

Methods

ToString()

Returns a string representation of this MessageBrokerStreamMessageProcessedEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.