Table of Contents

Struct MessageBrokerQueueListenerBoundEvent

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

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

public readonly struct MessageBrokerQueueListenerBoundEvent
Inherited Members

Properties

ChannelCreated

Specifies whether creation of the channel bound to the Listener was part of the binding operation.

public bool ChannelCreated { get; }

Property Value

bool

Listener

Bound listener.

public MessageBrokerChannelListenerBinding Listener { get; }

Property Value

MessageBrokerChannelListenerBinding

Reactivated

Specifies whether the Listener existed and was reactivated.

public bool Reactivated { get; }

Property Value

bool

Source

Event source.

public MessageBrokerQueueEventSource Source { get; }

Property Value

MessageBrokerQueueEventSource

Methods

ToString()

Returns a string representation of this MessageBrokerQueueListenerBoundEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.