Table of Contents

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

int

BinaryMessageHandler

public const int BinaryMessageHandler = 500

Field Value

int

CustomHeadersMapper

public const int CustomHeadersMapper = 1000

Field Value

int

Encryptor

The EncryptorProducerBehavior sort index.

public const int Encryptor = 700

Field Value

int

Filter

The FilterProducerBehavior sort index.

public const int Filter = 400

Field Value

int

HeadersWriter

public const int HeadersWriter = 200

Field Value

int

MessageEnricher

public const int MessageEnricher = 250

Field Value

int

MessageKeyInitializer

The (broker-specific) behavior initializing the message key (e.g., Kafka key via the KafkaKeyMemberAttribute).

public const int MessageKeyInitializer = 300

Field Value

int

Sequencer

The SequencerProducerBehavior sort index.

public const int Sequencer = 800

Field Value

int

Serializer

public const int Serializer = 600

Field Value

int

Validator

The ValidatorProducerBehavior sort index.

public const int Validator = 550

Field Value

int