Class BrokerBehaviorsSortIndexes.Producer
Contains the sort index constants of the producer behaviors added by Silverback.Integration.
Inherited Members
Namespace: Silverback.Messaging.Broker.Behaviors
Assembly: Silverback.Integration.dll
Syntax
public static class BrokerBehaviorsSortIndexes.Producer
Fields
Activity
The ActivityProducerBehavior sort index.
Declaration
public const int Activity = 100
Field Value
| Type | Description |
|---|---|
| int |
BinaryMessageHandler
The BinaryMessageHandlerProducerBehavior sort index.
Declaration
public const int BinaryMessageHandler = 500
Field Value
| Type | Description |
|---|---|
| int |
CustomHeadersMapper
The CustomHeadersMapperProducerBehavior sort index.
Declaration
public const int CustomHeadersMapper = 1000
Field Value
| Type | Description |
|---|---|
| int |
Encryptor
The EncryptorProducerBehavior sort index.
Declaration
public const int Encryptor = 700
Field Value
| Type | Description |
|---|---|
| int |
Filter
The FilterProducerBehavior sort index.
Declaration
public const int Filter = 400
Field Value
| Type | Description |
|---|---|
| int |
HeadersWriter
The HeadersWriterProducerBehavior sort index.
Declaration
public const int HeadersWriter = 200
Field Value
| Type | Description |
|---|---|
| int |
MessageEnricher
The MessageEnricherProducerBehavior sort index.
Declaration
public const int MessageEnricher = 250
Field Value
| Type | Description |
|---|---|
| int |
MessageKeyInitializer
The (broker-specific) behavior initializing the message key (e.g., Kafka key via the KafkaKeyMemberAttribute).
Declaration
public const int MessageKeyInitializer = 300
Field Value
| Type | Description |
|---|---|
| int |
Sequencer
The SequencerProducerBehavior sort index.
Declaration
public const int Sequencer = 800
Field Value
| Type | Description |
|---|---|
| int |
Serializer
The SerializerProducerBehavior sort index.
Declaration
public const int Serializer = 600
Field Value
| Type | Description |
|---|---|
| int |
Validator
The ValidatorProducerBehavior sort index.
Declaration
public const int Validator = 550
Field Value
| Type | Description |
|---|---|
| int |