Table of Contents

Struct MessageBrokerClientPublisherUnboundEvent

Namespace
LfrlAnvil.MessageBroker.Client.Events
Assembly
LfrlAnvil.MessageBroker.Client.dll

Represents an event emitted by MessageBrokerClient related to a publisher being successfully unbound.

public readonly struct MessageBrokerClientPublisherUnboundEvent
Inherited Members

Properties

ChannelName

Name of the channel from which the client has unbound a publisher.

public string ChannelName { get; }

Property Value

string

ChannelRemoved

Specifies whether the channel has been removed by the server.

public bool ChannelRemoved { 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

StreamRemoved

Specifies whether the stream has been removed by the server.

public bool StreamRemoved { get; }

Property Value

bool

Methods

ToString()

Returns a string representation of this MessageBrokerClientPublisherUnboundEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.