Enum MessageBrokerStreamTraceEventType
- Namespace
- LfrlAnvil.MessageBroker.Server.Events
- Assembly
- LfrlAnvil.MessageBroker.Server.dll
Represents the type of a MessageBrokerStreamTraceEvent.
public enum MessageBrokerStreamTraceEventType : byte
Fields
BindPublisher = 1Specifies that trace is related to the channel publisher binding.
Dispose = 5Specifies that trace is related to the stream disposal.
ProcessMessage = 4Specifies that trace is related to processing a message.
PushMessage = 3Specifies that trace is related to a message being pushed by a publisher.
Recreated = 0Specifies that trace is related to the stream being recreated.
UnbindPublisher = 2Specifies that trace is related to the channel publisher unbinding.
Unexpected = 6Specifies that trace is related to an unexpected occurrence in the stream e.g. an error.