Table of Contents

Enum MessageBrokerStreamTraceEventType

Namespace
LfrlAnvil.MessageBroker.Server.Events
Assembly
LfrlAnvil.MessageBroker.Server.dll

Represents the type of a MessageBrokerStreamTraceEvent.

public enum MessageBrokerStreamTraceEventType : byte

Fields

BindPublisher = 1

Specifies that trace is related to the channel publisher binding.

Dispose = 5

Specifies that trace is related to the stream disposal.

ProcessMessage = 4

Specifies that trace is related to processing a message.

PushMessage = 3

Specifies that trace is related to a message being pushed by a publisher.

Recreated = 0

Specifies that trace is related to the stream being recreated.

UnbindPublisher = 2

Specifies that trace is related to the channel publisher unbinding.

Unexpected = 6

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