Table of Contents

Struct MessageBrokerRemoteClientSendingStreamNameEvent

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

Represents an event emitted by MessageBrokerRemoteClient when sending a StreamName system notification to the client.

public readonly struct MessageBrokerRemoteClientSendingStreamNameEvent
Inherited Members

Properties

Source

Event source.

public MessageBrokerRemoteClientEventSource Source { get; }

Property Value

MessageBrokerRemoteClientEventSource

Stream

MessageBrokerStream whose name is to be sent.

public MessageBrokerStream Stream { get; }

Property Value

MessageBrokerStream

Methods

ToString()

Returns a string representation of this MessageBrokerRemoteClientSendingStreamNameEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.