Table of Contents

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

string

Deleted

Specifies whether the publisher existed before processing the notification.

public bool Deleted { get; }

Property Value

bool

Publisher

MessageBrokerPublisher related to this event.

public MessageBrokerPublisher? Publisher { get; }

Property Value

MessageBrokerPublisher

Source

Event source.

public MessageBrokerClientEventSource Source { get; }

Property Value

MessageBrokerClientEventSource

Methods

ToString()

Returns a string representation of this MessageBrokerClientPublisherDeletedEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.