Table of Contents

Struct MessageBrokerChannelListenerBoundEvent

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

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

public readonly struct MessageBrokerChannelListenerBoundEvent
Inherited Members

Properties

Listener

Bound listener.

public MessageBrokerChannelListenerBinding Listener { get; }

Property Value

MessageBrokerChannelListenerBinding

QueueCreated

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

public bool QueueCreated { get; }

Property Value

bool

Reactivated

Specifies whether the Listener existed and was reactivated.

public bool Reactivated { get; }

Property Value

bool

Source

Event source.

public MessageBrokerChannelEventSource Source { get; }

Property Value

MessageBrokerChannelEventSource

Methods

ToString()

Returns a string representation of this MessageBrokerChannelListenerBoundEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.