Table of Contents

Class BrokerBehaviorsSortIndexes.Consumer

Namespace
Silverback.Messaging.Broker.Behaviors
Assembly
Silverback.Integration.dll

Contains the sort index constants of the consumer behaviors added by Silverback.Integration.

public static class BrokerBehaviorsSortIndexes.Consumer
Inheritance
BrokerBehaviorsSortIndexes.Consumer
Inherited Members

Fields

Activity

The ActivityConsumerBehavior sort index.

public const int Activity = 100

Field Value

int

BinaryMessageHandler

public const int BinaryMessageHandler = 800

Field Value

int

CustomHeadersMapper

public const int CustomHeadersMapper = 300

Field Value

int

Decryptor

The DecryptorConsumerBehavior sort index.

public const int Decryptor = 700

Field Value

int

Deserializer

public const int Deserializer = 900

Field Value

int

FatalExceptionLogger

public const int FatalExceptionLogger = 200

Field Value

int

HeadersReader

public const int HeadersReader = 1000

Field Value

int

Publisher

The PublisherConsumerBehavior sort index.

public const int Publisher = 2000

Field Value

int

RawSequencer

public const int RawSequencer = 500

Field Value

int

Sequencer

The SequencerConsumerBehavior sort index.

public const int Sequencer = 1100

Field Value

int

TransactionHandler

public const int TransactionHandler = 400

Field Value

int

Validator

The ValidatorConsumerBehavior sort index.

public const int Validator = 950

Field Value

int