Enum MessageBrokerChannelTraceEventType
- Namespace
- LfrlAnvil.MessageBroker.Server.Events
- Assembly
- LfrlAnvil.MessageBroker.Server.dll
Represents the type of a MessageBrokerChannelTraceEvent.
public enum MessageBrokerChannelTraceEventType : byte
Fields
BindListener = 1Specifies that trace is related to the channel listener binding.
BindPublisher = 3Specifies that trace is related to the channel publisher binding.
Dispose = 5Specifies that trace is related to the channel disposal.
Recreated = 0Specifies that trace is related to the channel being recreated.
UnbindListener = 2Specifies that trace is related to the channel listener unbinding.
UnbindPublisher = 4Specifies that trace is related to the channel publisher unbinding.