Table of Contents

Struct MessageBrokerServerStorageLoadedEvent

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

Represents an event emitted by MessageBrokerServer when data storage has been successfully loaded.

public readonly struct MessageBrokerServerStorageLoadedEvent
Inherited Members

Properties

ChannelCount

Specifies the number of loaded channels.

public int ChannelCount { get; }

Property Value

int

ClientCount

Specifies the number of loaded clients.

public int ClientCount { get; }

Property Value

int

Directory

Directory from which the data has been loaded.

public string Directory { get; }

Property Value

string

ListenerCount

Specifies the number of loaded listeners.

public int ListenerCount { get; }

Property Value

int

PublisherCount

Specifies the number of loaded publishers.

public int PublisherCount { get; }

Property Value

int

QueueCount

Specifies the number of loaded queues.

public int QueueCount { get; }

Property Value

int

Source

Event source.

public MessageBrokerServerEventSource Source { get; }

Property Value

MessageBrokerServerEventSource

StreamCount

Specifies the number of loaded streams.

public int StreamCount { get; }

Property Value

int

Methods

ToString()

Returns a string representation of this MessageBrokerServerStorageLoadedEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.