Class BrokerBehaviorsSortIndexes.Consumer
Contains the sort index constants of the consumer behaviors added by Silverback.Integration.
Inherited Members
Namespace: Silverback.Messaging.Broker.Behaviors
Assembly: Silverback.Integration.dll
Syntax
public static class BrokerBehaviorsSortIndexes.Consumer
Fields
| Improve this doc View sourceActivity
The ActivityConsumerBehavior sort index.
Declaration
public const int Activity = 100
Field Value
Type | Description |
---|---|
int |
BinaryFileHandler
The BinaryFileHandlerConsumerBehavior sort index.
Declaration
public const int BinaryFileHandler = 800
Field Value
Type | Description |
---|---|
int |
CustomHeadersMapper
The CustomHeadersMapperConsumerBehavior sort index.
Declaration
public const int CustomHeadersMapper = 300
Field Value
Type | Description |
---|---|
int |
Decryptor
The DecryptorConsumerBehavior sort index.
Declaration
public const int Decryptor = 700
Field Value
Type | Description |
---|---|
int |
Deserializer
The DeserializerConsumerBehavior sort index.
Declaration
public const int Deserializer = 900
Field Value
Type | Description |
---|---|
int |
ExactlyOnceGuard
The ExactlyOnceGuardConsumerBehavior sort index.
Declaration
public const int ExactlyOnceGuard = 600
Field Value
Type | Description |
---|---|
int |
FatalExceptionLogger
The FatalExceptionLoggerConsumerBehavior sort index.
Declaration
public const int FatalExceptionLogger = 200
Field Value
Type | Description |
---|---|
int |
HeadersReader
The HeadersReaderConsumerBehavior sort index.
Declaration
public const int HeadersReader = 1000
Field Value
Type | Description |
---|---|
int |
Publisher
The PublisherConsumerBehavior sort index.
Declaration
public const int Publisher = 2000
Field Value
Type | Description |
---|---|
int |
RawSequencer
The RawSequencerConsumerBehavior sort index.
Declaration
public const int RawSequencer = 500
Field Value
Type | Description |
---|---|
int |
Sequencer
The SequencerConsumerBehavior sort index.
Declaration
public const int Sequencer = 1100
Field Value
Type | Description |
---|---|
int |
TransactionHandler
The TransactionHandlerConsumerBehavior sort index.
Declaration
public const int TransactionHandler = 400
Field Value
Type | Description |
---|---|
int |
Validator
The ValidatorConsumerBehavior sort index.
Declaration
public const int Validator = 950
Field Value
Type | Description |
---|---|
int |