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