Table of Contents

Struct MessageBrokerQueueListenerUnboundEvent

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

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

public readonly struct MessageBrokerQueueListenerUnboundEvent
Inherited Members

Properties

ChannelRemoved

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

public bool ChannelRemoved { get; }

Property Value

bool

Listener

Unbound listener.

public MessageBrokerChannelListenerBinding Listener { get; }

Property Value

MessageBrokerChannelListenerBinding

Source

Event source.

public MessageBrokerQueueEventSource Source { get; }

Property Value

MessageBrokerQueueEventSource

Methods

ToString()

Returns a string representation of this MessageBrokerQueueListenerUnboundEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.