Table of Contents

Struct MessageBrokerStreamPublisherUnboundEvent

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

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

public readonly struct MessageBrokerStreamPublisherUnboundEvent
Inherited Members

Properties

ChannelRemoved

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

public bool ChannelRemoved { get; }

Property Value

bool

Publisher

Unbound publisher.

public MessageBrokerChannelPublisherBinding Publisher { get; }

Property Value

MessageBrokerChannelPublisherBinding

Source

Event source.

public MessageBrokerStreamEventSource Source { get; }

Property Value

MessageBrokerStreamEventSource

Methods

ToString()

Returns a string representation of this MessageBrokerStreamPublisherUnboundEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.