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
OldName
Previous sender's name.
public string? OldName { get; }
Property Value
Source
Event source.
public MessageBrokerClientEventSource Source { get; }
Property Value
StreamId
Unique id of the sender.
public int StreamId { get; }
Property Value
Methods
ToString()
Returns a string representation of this MessageBrokerClientStreamNameProcessedEvent instance.
[Pure]
public override string ToString()
Returns
- string
String representation.