Table of Contents

Struct MessageBrokerChannelEventSource

Namespace
LfrlAnvil.MessageBroker.Server.Events
Assembly
LfrlAnvil.MessageBroker.Server.dll

Represents a source of an event emitted by MessageBrokerChannel.

public readonly struct MessageBrokerChannelEventSource
Inherited Members

Properties

Channel

MessageBrokerChannel that emitted an event.

public MessageBrokerChannel Channel { get; }

Property Value

MessageBrokerChannel

TraceId

Identifier of an internal trace, with which an event is correlated to.

public ulong TraceId { get; }

Property Value

ulong

Remarks

Can be used to correlate multiple events together, which are part of the same operation.

Methods

ToString()

Returns a string representation of this MessageBrokerChannelEventSource instance.

[Pure]
public override string ToString()

Returns

string

String representation.