Show / Hide Table of Contents

    Class BrokerBehaviorsSortIndexes.Producer

    Contains the sort index constants of the producer behaviors added by Silverback.Integration.

    Inheritance
    object
    BrokerBehaviorsSortIndexes.Producer
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Silverback.Messaging.Broker.Behaviors
    Assembly: Silverback.Integration.dll
    Syntax
    public static class BrokerBehaviorsSortIndexes.Producer

    Fields

    | Improve this doc View source

    Activity

    The ActivityProducerBehavior sort index.

    Declaration
    public const int Activity = 100
    Field Value
    Type Description
    int
    | Improve this doc View source

    BinaryFileHandler

    The BinaryFileHandlerProducerBehavior sort index.

    Declaration
    public const int BinaryFileHandler = 500
    Field Value
    Type Description
    int
    | Improve this doc View source

    BrokerKeyHeaderInitializer

    The KafkaMessageKeyInitializerProducerBehavior, RabbitRoutingKeyInitializerProducerBehavior or similar sort index.

    Declaration
    public const int BrokerKeyHeaderInitializer = 400
    Field Value
    Type Description
    int
    | Improve this doc View source

    CustomHeadersMapper

    The CustomHeadersMapperProducerBehavior sort index.

    Declaration
    public const int CustomHeadersMapper = 1000
    Field Value
    Type Description
    int
    | Improve this doc View source

    Encryptor

    The EncryptorProducerBehavior sort index.

    Declaration
    public const int Encryptor = 700
    Field Value
    Type Description
    int
    | Improve this doc View source

    EndpointNameResolver

    The EndpointNameResolverProducerBehavior sort index.

    Declaration
    public const int EndpointNameResolver = 900
    Field Value
    Type Description
    int
    | Improve this doc View source

    HeadersWriter

    The HeadersWriterProducerBehavior sort index.

    Declaration
    public const int HeadersWriter = 200
    Field Value
    Type Description
    int
    | Improve this doc View source

    MessageEnricher

    The MessageEnricherProducerBehavior sort index.

    Declaration
    public const int MessageEnricher = 250
    Field Value
    Type Description
    int
    | Improve this doc View source

    MessageIdInitializer

    The MessageIdInitializerProducerBehavior sort index.

    Declaration
    public const int MessageIdInitializer = 300
    Field Value
    Type Description
    int
    | Improve this doc View source

    Sequencer

    The SequencerProducerBehavior sort index.

    Declaration
    public const int Sequencer = 800
    Field Value
    Type Description
    int
    | Improve this doc View source

    Serializer

    The SerializerProducerBehavior sort index.

    Declaration
    public const int Serializer = 600
    Field Value
    Type Description
    int
    | Improve this doc View source

    Validator

    The ValidatorProducerBehavior sort index.

    Declaration
    public const int Validator = 550
    Field Value
    Type Description
    int
    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini