Table of Contents

Struct MessageBrokerRemoteClientListenerBoundEvent

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

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

public readonly struct MessageBrokerRemoteClientListenerBoundEvent
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

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 MessageBrokerRemoteClientEventSource Source { get; }

Property Value

MessageBrokerRemoteClientEventSource

Methods

ToString()

Returns a string representation of this MessageBrokerRemoteClientListenerBoundEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.