Enum MessageBrokerServerEndpoint
- Namespace
- LfrlAnvil.MessageBroker.Server.Events
- Assembly
- LfrlAnvil.MessageBroker.Server.dll
Defines endpoints acceptable by message broker server.
public enum MessageBrokerServerEndpoint : byte
Fields
Batch = 255Represents a batch of requests sent by client.
BindListenerRequest = 7Represents bind listener request sent by client.
BindPublisherRequest = 4Represents bind publisher request sent by client.
ConfirmHandshakeResponse = 254Represents client's confirmation of server's handshake acceptance response.
DeadLetterQuery = 10Represents dead letter query sent by client.
HandshakeRequest = 253Represents handshake request sent by client.
MessageNotificationAck = 11Represents message notification ACK sent by client.
MessageNotificationNack = 12Represents message notification negative ACK sent by client.
Ping = 1Represents ping sent by client.
PushMessage = 3Represents push message sent by client.
PushMessageRouting = 2Represents push message routing sent by client.
UnbindListenerByNameRequest = 9Represents unbind listener by channel name request sent by client.
UnbindListenerRequest = 8Represents unbind listener request sent by client.
UnbindPublisherByNameRequest = 6Represents unbind publisher by channel name request sent by client.
UnbindPublisherRequest = 5Represents unbind publisher request sent by client.