Table of Contents

Struct MessageBrokerChannelListenerUnboundEvent

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

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

public readonly struct MessageBrokerChannelListenerUnboundEvent
Inherited Members

Properties

Listener

Unbound listener.

public MessageBrokerChannelListenerBinding Listener { get; }

Property Value

MessageBrokerChannelListenerBinding

QueueRemoved

Specifies whether removal of the queue bound to the Listener was part of the unbinding operation.

public bool QueueRemoved { get; }

Property Value

bool

Source

Event source.

public MessageBrokerChannelEventSource Source { get; }

Property Value

MessageBrokerChannelEventSource

Methods

ToString()

Returns a string representation of this MessageBrokerChannelListenerUnboundEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.