Table of Contents

Enum MessageBrokerClientTraceEventType

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

Represents the type of a MessageBrokerClientTraceEvent.

public enum MessageBrokerClientTraceEventType : byte

Fields

Ack = 9

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

BindListener = 2

Specifies that trace is related to the client listener binding.

BindPublisher = 4

Specifies that trace is related to the client publisher binding.

DeadLetterQuery = 6

Specifies that trace is related to the dead letter querying.

Dispose = 12

Specifies that trace is related to the client disposal.

MessageNotification = 8

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

NegativeAck = 10

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

Ping = 1

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

PushMessage = 7

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

Start = 0

Specifies that trace is related to the client starting.

SystemNotification = 11

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

UnbindListener = 3

Specifies that trace is related to the client listener unbinding.

UnbindPublisher = 5

Specifies that trace is related to the client publisher unbinding.

Unexpected = 13

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