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
TraceId
Identifier of an internal trace, with which an event is correlated to.
public ulong TraceId { get; }
Property Value
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.