Struct MessageBrokerClientListenerUnboundEvent
- Namespace
- LfrlAnvil.MessageBroker.Client.Events
- Assembly
- LfrlAnvil.MessageBroker.Client.dll
Represents an event emitted by MessageBrokerClient related to a listener being successfully unbound.
public readonly struct MessageBrokerClientListenerUnboundEvent
- Inherited Members
Properties
ChannelName
Name of the channel from which the client has unbound a listener.
public string ChannelName { get; }
Property Value
ChannelRemoved
Specifies whether the channel has been removed by the server.
public bool ChannelRemoved { get; }
Property Value
Listener
MessageBrokerListener related to this event.
public MessageBrokerListener? Listener { get; }
Property Value
QueueRemoved
Specifies whether the queue has been removed by the server.
public bool QueueRemoved { get; }
Property Value
Source
Event source.
public MessageBrokerClientEventSource Source { get; }
Property Value
Methods
ToString()
Returns a string representation of this MessageBrokerClientListenerUnboundEvent instance.
[Pure]
public override string ToString()
Returns
- string
String representation.