Table of Contents

Struct MessageBrokerStreamCreatedEvent

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

Represents an event emitted by MessageBrokerStream when it's created.

public readonly struct MessageBrokerStreamCreatedEvent
Inherited Members

Properties

Source

Event source.

public MessageBrokerStreamEventSource Source { get; }

Property Value

MessageBrokerStreamEventSource

Methods

ToString()

Returns a string representation of this MessageBrokerStreamCreatedEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.