Struct MessageBrokerClientEventSource
- Namespace
- LfrlAnvil.MessageBroker.Client.Events
- Assembly
- LfrlAnvil.MessageBroker.Client.dll
Represents a source of an event emitted by MessageBrokerClient.
public readonly struct MessageBrokerClientEventSource
- Inherited Members
Properties
Client
MessageBrokerClient that emitted an event.
public MessageBrokerClient Client { 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 MessageBrokerClientEventSource instance.
[Pure]
public override string ToString()
Returns
- string
String representation.