Table of Contents

Struct MessageBrokerClientPublisherBoundEvent

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

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

public readonly struct MessageBrokerClientPublisherBoundEvent
Inherited Members

Properties

ChannelCreated

Specifies whether a new channel has been created by the server.

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

StreamCreated

Specifies whether a new stream has been created by the server.

public bool StreamCreated { get; }

Property Value

bool

Methods

ToString()

Returns a string representation of this MessageBrokerClientPublisherBoundEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.