Table of Contents

Enum MessageBrokerChannelTraceEventType

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

Represents the type of a MessageBrokerChannelTraceEvent.

public enum MessageBrokerChannelTraceEventType : byte

Fields

BindListener = 1

Specifies that trace is related to the channel listener binding.

BindPublisher = 3

Specifies that trace is related to the channel publisher binding.

Dispose = 5

Specifies that trace is related to the channel disposal.

Recreated = 0

Specifies that trace is related to the channel being recreated.

UnbindListener = 2

Specifies that trace is related to the channel listener unbinding.

UnbindPublisher = 4

Specifies that trace is related to the channel publisher unbinding.