Table of Contents

Struct MessageBrokerRemoteClientBindingPublisherEvent

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

Represents an event emitted by MessageBrokerRemoteClient related to binding a publisher.

public readonly struct MessageBrokerRemoteClientBindingPublisherEvent
Inherited Members

Properties

ChannelName

Channel's name.

public string ChannelName { get; }

Property Value

string

IsEphemeral

Specifies whether the publisher will be ephemeral.

public bool IsEphemeral { get; }

Property Value

bool

Source

Event source.

public MessageBrokerRemoteClientEventSource Source { get; }

Property Value

MessageBrokerRemoteClientEventSource

StreamName

Stream's name.

public string StreamName { get; }

Property Value

string

Methods

ToString()

Returns a string representation of this MessageBrokerRemoteClientBindingPublisherEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.