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
Listener
MessageBrokerListener related to this event.
public MessageBrokerListener Listener { get; }
Property Value
QueueCreated
Specifies whether a new queue has been created by the server.
public bool QueueCreated { get; }
Property Value
Source
Event source.
public MessageBrokerClientEventSource Source { get; }
Property Value
Methods
ToString()
Returns a string representation of this MessageBrokerClientListenerBoundEvent instance.
[Pure]
public override string ToString()
Returns
- string
String representation.