Show / Hide Table of Contents

    Class BrokerBehaviorsSortIndexes.Consumer

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

    Inheritance
    object
    BrokerBehaviorsSortIndexes.Consumer
    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.Consumer

    Fields

    | Improve this doc View source

    Activity

    The ActivityConsumerBehavior sort index.

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

    BinaryFileHandler

    The BinaryFileHandlerConsumerBehavior sort index.

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

    CustomHeadersMapper

    The CustomHeadersMapperConsumerBehavior sort index.

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

    Decryptor

    The DecryptorConsumerBehavior sort index.

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

    Deserializer

    The DeserializerConsumerBehavior sort index.

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

    ExactlyOnceGuard

    The ExactlyOnceGuardConsumerBehavior sort index.

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

    FatalExceptionLogger

    The FatalExceptionLoggerConsumerBehavior sort index.

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

    HeadersReader

    The HeadersReaderConsumerBehavior sort index.

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

    Publisher

    The PublisherConsumerBehavior sort index.

    Declaration
    public const int Publisher = 2000
    Field Value
    Type Description
    int
    | Improve this doc View source

    RawSequencer

    The RawSequencerConsumerBehavior sort index.

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

    Sequencer

    The SequencerConsumerBehavior sort index.

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

    TransactionHandler

    The TransactionHandlerConsumerBehavior sort index.

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

    Validator

    The ValidatorConsumerBehavior sort index.

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