Table of Contents

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 = 255

Represents a batch of requests sent by client.

BindListenerRequest = 7

Represents bind listener request sent by client.

BindPublisherRequest = 4

Represents bind publisher request sent by client.

ConfirmHandshakeResponse = 254

Represents client's confirmation of server's handshake acceptance response.

DeadLetterQuery = 10

Represents dead letter query sent by client.

HandshakeRequest = 253

Represents handshake request sent by client.

MessageNotificationAck = 11

Represents message notification ACK sent by client.

MessageNotificationNack = 12

Represents message notification negative ACK sent by client.

Ping = 1

Represents ping sent by client.

PushMessage = 3

Represents push message sent by client.

PushMessageRouting = 2

Represents push message routing sent by client.

UnbindListenerByNameRequest = 9

Represents unbind listener by channel name request sent by client.

UnbindListenerRequest = 8

Represents unbind listener request sent by client.

UnbindPublisherByNameRequest = 6

Represents unbind publisher by channel name request sent by client.

UnbindPublisherRequest = 5

Represents unbind publisher request sent by client.