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 = 4Represents a system notification about a listener being deleted.
PublisherDeleted = 3Represents a system notification about a publisher being deleted.
SenderName = 1Represents a system notification that updates sender name.
StreamName = 2Represents a system notification that updates stream name.