Table of Contents

Struct MessageBrokerClientListenerDeletedEvent

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

Represents an event emitted by MessageBrokerClient related to being notified by the server that a listener deletion occurred.

public readonly struct MessageBrokerClientListenerDeletedEvent
Inherited Members

Properties

ChannelName

Specifies name of the channel for which deletion of a publisher occurred.

public string ChannelName { get; }

Property Value

string

Deleted

Specifies whether the publisher existed before processing the notification.

public bool Deleted { get; }

Property Value

bool

Listener

MessageBrokerListener related to this event.

public MessageBrokerListener? Listener { get; }

Property Value

MessageBrokerListener

Source

Event source.

public MessageBrokerClientEventSource Source { get; }

Property Value

MessageBrokerClientEventSource

Methods

ToString()

Returns a string representation of this MessageBrokerClientListenerDeletedEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.