Table of Contents

Enum MessageBrokerRemoteClientTraceEventType

Namespace
LfrlAnvil.MessageBroker.Server.Events
Assembly
LfrlAnvil.MessageBroker.Server.dll

Represents the type of a MessageBrokerRemoteClientTraceEvent.

public enum MessageBrokerRemoteClientTraceEventType : byte

Fields

Ack = 11

Specifies that trace is related to the client sending a message notification ACK to the server.

BindListener = 3

Specifies that trace is related to the client listener binding.

BindPublisher = 5

Specifies that trace is related to the client publisher binding.

Deactivate = 14

Specifies that trace is related to the client deactivation.

DeadLetterQuery = 9

Specifies that trace is related to the client's dead letter query.

MessageNotification = 10

Specifies that trace is related to the server sending message notification to the client.

NegativeAck = 12

Specifies that trace is related to the client sending a negative message notification ACK to the server.

Ping = 2

Specifies that trace is related to the client sending ping packet to the server.

PushMessage = 8

Specifies that trace is related to the client pushing message packet to the server.

PushMessageRouting = 7

Specifies that trace is related to the client pushing message routing packet to the server.

Recreated = 0

Specifies that trace is related to the client being recreated.

Start = 1

Specifies that trace is related to the client starting.

SystemNotification = 13

Specifies that trace is related to the server sending system notification to the client.

UnbindListener = 4

Specifies that trace is related to the client listener unbinding.

UnbindPublisher = 6

Specifies that trace is related to the client publisher unbinding.

Unexpected = 15

Specifies that trace is related to an unexpected occurrence in the client e.g. an error.