Class BrokerBehaviorsSortIndexes.Producer
Contains the sort index constants of the producer behaviors added by Silverback.Integration.
Inheritance
System.Object
BrokerBehaviorsSortIndexes.Producer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Silverback.Messaging.Broker.Behaviors
Assembly: Silverback.Integration.dll
Syntax
public static class Producer
Fields
| Improve this doc View sourceActivity
The ActivityProducerBehavior sort index.
Declaration
public const int Activity = 100
Field Value
Type | Description |
---|---|
System.Int32 |
BinaryFileHandler
The BinaryFileHandlerProducerBehavior sort index.
Declaration
public const int BinaryFileHandler = 500
Field Value
Type | Description |
---|---|
System.Int32 |
BrokerKeyHeaderInitializer
The KafkaMessageKeyInitializerProducerBehavior
,
RabbitRoutingKeyInitializerProducerBehavior
or similar sort index.
Declaration
public const int BrokerKeyHeaderInitializer = 400
Field Value
Type | Description |
---|---|
System.Int32 |
CustomHeadersMapper
The CustomHeadersMapperProducerBehavior sort index.
Declaration
public const int CustomHeadersMapper = 1000
Field Value
Type | Description |
---|---|
System.Int32 |
Encryptor
The EncryptorProducerBehavior sort index.
Declaration
public const int Encryptor = 700
Field Value
Type | Description |
---|---|
System.Int32 |
EndpointNameResolver
The EndpointNameResolverProducerBehavior sort index.
Declaration
public const int EndpointNameResolver = 900
Field Value
Type | Description |
---|---|
System.Int32 |
HeadersWriter
The HeadersWriterProducerBehavior sort index.
Declaration
public const int HeadersWriter = 200
Field Value
Type | Description |
---|---|
System.Int32 |
MessageEnricher
The MessageEnricherProducerBehavior sort index.
Declaration
public const int MessageEnricher = 250
Field Value
Type | Description |
---|---|
System.Int32 |
MessageIdInitializer
The MessageIdInitializerProducerBehavior sort index.
Declaration
public const int MessageIdInitializer = 300
Field Value
Type | Description |
---|---|
System.Int32 |
Sequencer
The SequencerProducerBehavior sort index.
Declaration
public const int Sequencer = 800
Field Value
Type | Description |
---|---|
System.Int32 |
Serializer
The SerializerProducerBehavior sort index.
Declaration
public const int Serializer = 600
Field Value
Type | Description |
---|---|
System.Int32 |
Validator
The ValidatorProducerBehavior sort index.
Declaration
public const int Validator = 550
Field Value
Type | Description |
---|---|
System.Int32 |