Table of Contents

Struct MessageBrokerChannelPublisherUnboundEvent

Namespace
LfrlAnvil.MessageBroker.Server.Events
Assembly
LfrlAnvil.MessageBroker.Server.dll

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

public readonly struct MessageBrokerChannelPublisherUnboundEvent
Inherited Members

Properties

Publisher

Unbound publisher.

public MessageBrokerChannelPublisherBinding Publisher { get; }

Property Value

MessageBrokerChannelPublisherBinding

Source

Event source.

public MessageBrokerChannelEventSource Source { get; }

Property Value

MessageBrokerChannelEventSource

StreamRemoved

Specifies whether removal of the stream bound to the Publisher was part of the unbinding operation.

public bool StreamRemoved { get; }

Property Value

bool

Methods

ToString()

Returns a string representation of this MessageBrokerChannelPublisherUnboundEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.