Table of Contents

Struct MessageBrokerClientListenerBoundEvent

Namespace
LfrlAnvil.MessageBroker.Client.Events
Assembly
LfrlAnvil.MessageBroker.Client.dll

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

public readonly struct MessageBrokerClientListenerBoundEvent
Inherited Members

Properties

ChannelCreated

Specifies whether a new channel has been created by the server.

public bool ChannelCreated { get; }

Property Value

bool

Listener

MessageBrokerListener related to this event.

public MessageBrokerListener Listener { get; }

Property Value

MessageBrokerListener

QueueCreated

Specifies whether a new queue has been created by the server.

public bool QueueCreated { get; }

Property Value

bool

Source

Event source.

public MessageBrokerClientEventSource Source { get; }

Property Value

MessageBrokerClientEventSource

Methods

ToString()

Returns a string representation of this MessageBrokerClientListenerBoundEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.