Struct MessageBrokerClientListenerDeletedEvent
- Namespace
- LfrlAnvil.MessageBroker.Client.Events
- Assembly
- LfrlAnvil.MessageBroker.Client.dll
Represents an event emitted by MessageBrokerClient related to being notified by the server that a listener deletion occurred.
public readonly struct MessageBrokerClientListenerDeletedEvent
- Inherited Members
Properties
ChannelName
Specifies name of the channel for which deletion of a publisher occurred.
public string ChannelName { get; }
Property Value
Deleted
Specifies whether the publisher existed before processing the notification.
public bool Deleted { get; }
Property Value
Listener
MessageBrokerListener related to this event.
public MessageBrokerListener? Listener { get; }
Property Value
Source
Event source.
public MessageBrokerClientEventSource Source { get; }
Property Value
Methods
ToString()
Returns a string representation of this MessageBrokerClientListenerDeletedEvent instance.
[Pure]
public override string ToString()
Returns
- string
String representation.