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
ClientCount
Specifies the number of loaded clients.
public int ClientCount { get; }
Property Value
Directory
Directory from which the data has been loaded.
public string Directory { get; }
Property Value
ListenerCount
Specifies the number of loaded listeners.
public int ListenerCount { get; }
Property Value
PublisherCount
Specifies the number of loaded publishers.
public int PublisherCount { get; }
Property Value
QueueCount
Specifies the number of loaded queues.
public int QueueCount { get; }
Property Value
Source
Event source.
public MessageBrokerServerEventSource Source { get; }
Property Value
StreamCount
Specifies the number of loaded streams.
public int StreamCount { get; }
Property Value
Methods
ToString()
Returns a string representation of this MessageBrokerServerStorageLoadedEvent instance.
[Pure]
public override string ToString()
Returns
- string
String representation.