Table of Contents

Struct MessageBrokerClientListenerUnboundEvent

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

Represents an event emitted by MessageBrokerClient related to a listener being successfully unbound.

public readonly struct MessageBrokerClientListenerUnboundEvent
Inherited Members

Properties

ChannelName

Name of the channel from which the client has unbound a listener.

public string ChannelName { get; }

Property Value

string

ChannelRemoved

Specifies whether the channel has been removed by the server.

public bool ChannelRemoved { get; }

Property Value

bool

Listener

MessageBrokerListener related to this event.

public MessageBrokerListener? Listener { get; }

Property Value

MessageBrokerListener

QueueRemoved

Specifies whether the queue has been removed by the server.

public bool QueueRemoved { get; }

Property Value

bool

Source

Event source.

public MessageBrokerClientEventSource Source { get; }

Property Value

MessageBrokerClientEventSource

Methods

ToString()

Returns a string representation of this MessageBrokerClientListenerUnboundEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.