Table of Contents

Struct MessageBrokerStreamEventSource

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

Represents a source of an event emitted by MessageBrokerStream.

public readonly struct MessageBrokerStreamEventSource
Inherited Members

Properties

Stream

MessageBrokerStream that emitted an event.

public MessageBrokerStream Stream { get; }

Property Value

MessageBrokerStream

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 MessageBrokerStreamEventSource instance.

[Pure]
public override string ToString()

Returns

string

String representation.