Table of Contents

Enum MessageBrokerSystemNotificationType

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

Defines system notification types sent by message broker servers to clients.

public enum MessageBrokerSystemNotificationType : byte

Fields

ListenerDeleted = 4

Represents a system notification about a listener being deleted.

PublisherDeleted = 3

Represents a system notification about a publisher being deleted.

SenderName = 1

Represents a system notification that updates sender name.

StreamName = 2

Represents a system notification that updates stream name.