Struct MessageBrokerClientPublisherDeletedEvent
- 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 publisher deletion occurred.
public readonly struct MessageBrokerClientPublisherDeletedEvent
- 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
Publisher
MessageBrokerPublisher related to this event.
public MessageBrokerPublisher? Publisher { get; }
Property Value
Source
Event source.
public MessageBrokerClientEventSource Source { get; }
Property Value
Methods
ToString()
Returns a string representation of this MessageBrokerClientPublisherDeletedEvent instance.
[Pure]
public override string ToString()
Returns
- string
String representation.