Enum MessageBrokerRemoteClientTraceEventType
- Namespace
- LfrlAnvil.MessageBroker.Server.Events
- Assembly
- LfrlAnvil.MessageBroker.Server.dll
Represents the type of a MessageBrokerRemoteClientTraceEvent.
public enum MessageBrokerRemoteClientTraceEventType : byte
Fields
Ack = 11Specifies that trace is related to the client sending a message notification ACK to the server.
BindListener = 3Specifies that trace is related to the client listener binding.
BindPublisher = 5Specifies that trace is related to the client publisher binding.
Deactivate = 14Specifies that trace is related to the client deactivation.
DeadLetterQuery = 9Specifies that trace is related to the client's dead letter query.
MessageNotification = 10Specifies that trace is related to the server sending message notification to the client.
NegativeAck = 12Specifies that trace is related to the client sending a negative message notification ACK to the server.
Ping = 2Specifies that trace is related to the client sending ping packet to the server.
PushMessage = 8Specifies that trace is related to the client pushing message packet to the server.
PushMessageRouting = 7Specifies that trace is related to the client pushing message routing packet to the server.
Recreated = 0Specifies that trace is related to the client being recreated.
Start = 1Specifies that trace is related to the client starting.
SystemNotification = 13Specifies that trace is related to the server sending system notification to the client.
UnbindListener = 4Specifies that trace is related to the client listener unbinding.
UnbindPublisher = 6Specifies that trace is related to the client publisher unbinding.
Unexpected = 15Specifies that trace is related to an unexpected occurrence in the client e.g. an error.