Struct MessageBrokerClientUnbindingPublisherEvent
- Namespace
- LfrlAnvil.MessageBroker.Client.Events
- Assembly
- LfrlAnvil.MessageBroker.Client.dll
Represents an event emitted by MessageBrokerClient related to unbinding a publisher.
public readonly struct MessageBrokerClientUnbindingPublisherEvent
- Inherited Members
Properties
ChannelName
Name of the channel from which the client is unbinding a publisher.
public string ChannelName { 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 MessageBrokerClientUnbindingPublisherEvent instance.
[Pure]
public override string ToString()
Returns
- string
String representation.