Enum MessageBrokerClientTraceEventType
- Namespace
- LfrlAnvil.MessageBroker.Client.Events
- Assembly
- LfrlAnvil.MessageBroker.Client.dll
Represents the type of a MessageBrokerClientTraceEvent.
public enum MessageBrokerClientTraceEventType : byte
Fields
Ack = 9Specifies that trace is related to the client sending a message notification ACK to the server.
BindListener = 2Specifies that trace is related to the client listener binding.
BindPublisher = 4Specifies that trace is related to the client publisher binding.
DeadLetterQuery = 6Specifies that trace is related to the dead letter querying.
Dispose = 12Specifies that trace is related to the client disposal.
MessageNotification = 8Specifies that trace is related to the client receiving message notification from the server.
NegativeAck = 10Specifies that trace is related to the client sending a negative message notification ACK to the server.
Ping = 1Specifies that trace is related to the client sending ping packet to the server.
PushMessage = 7Specifies that trace is related to the client pushing message packet to the server.
Start = 0Specifies that trace is related to the client starting.
SystemNotification = 11Specifies that trace is related to the client receiving system notification from the server.
UnbindListener = 3Specifies that trace is related to the client listener unbinding.
UnbindPublisher = 5Specifies that trace is related to the client publisher unbinding.
Unexpected = 13Specifies that trace is related to an unexpected occurrence in the client e.g. an error.