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
BinaryMessageHandler
The BinaryMessageHandlerConsumerBehavior sort index.
public const int BinaryMessageHandler = 800
Field Value
CustomHeadersMapper
The CustomHeadersMapperConsumerBehavior sort index.
public const int CustomHeadersMapper = 300
Field Value
Decryptor
The DecryptorConsumerBehavior sort index.
public const int Decryptor = 700
Field Value
Deserializer
The DeserializerConsumerBehavior sort index.
public const int Deserializer = 900
Field Value
FatalExceptionLogger
The FatalExceptionLoggerConsumerBehavior sort index.
public const int FatalExceptionLogger = 200
Field Value
HeadersReader
The HeadersReaderConsumerBehavior sort index.
public const int HeadersReader = 1000
Field Value
Publisher
The PublisherConsumerBehavior sort index.
public const int Publisher = 2000
Field Value
RawSequencer
The RawSequencerConsumerBehavior sort index.
public const int RawSequencer = 500
Field Value
Sequencer
The SequencerConsumerBehavior sort index.
public const int Sequencer = 1100
Field Value
TransactionHandler
The TransactionHandlerConsumerBehavior sort index.
public const int TransactionHandler = 400
Field Value
Validator
The ValidatorConsumerBehavior sort index.
public const int Validator = 950