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
| Improve this doc View sourceActivity
The ActivityProducerBehavior sort index.
Declaration
public const int Activity = 100
Field Value
Type | Description |
---|---|
int |
BinaryFileHandler
The BinaryFileHandlerProducerBehavior sort index.
Declaration
public const int BinaryFileHandler = 500
Field Value
Type | Description |
---|---|
int |
BrokerKeyHeaderInitializer
The KafkaMessageKeyInitializerProducerBehavior
,
RabbitRoutingKeyInitializerProducerBehavior
or similar sort index.
Declaration
public const int BrokerKeyHeaderInitializer = 400
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 |
EndpointNameResolver
The EndpointNameResolverProducerBehavior sort index.
Declaration
public const int EndpointNameResolver = 900
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 |
MessageIdInitializer
The MessageIdInitializerProducerBehavior sort index.
Declaration
public const int MessageIdInitializer = 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 |