Table of Contents

Struct MessageBrokerClientStreamNameProcessedEvent

Namespace
LfrlAnvil.MessageBroker.Client.Events
Assembly
LfrlAnvil.MessageBroker.Client.dll

Represents an event emitted by MessageBrokerClient after successfully processing system notification of StreamName type.

public readonly struct MessageBrokerClientStreamNameProcessedEvent
Inherited Members

Properties

NewName

Sender's name.

public string NewName { get; }

Property Value

string

OldName

Previous sender's name.

public string? OldName { get; }

Property Value

string

Source

Event source.

public MessageBrokerClientEventSource Source { get; }

Property Value

MessageBrokerClientEventSource

StreamId

Unique id of the sender.

public int StreamId { get; }

Property Value

int

Methods

ToString()

Returns a string representation of this MessageBrokerClientStreamNameProcessedEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.