Show / Hide Table of Contents

    Delegate ConsumerBehaviorHandler

    The delegate that describes a message handler in the consumer pipeline.

    Namespace: Silverback.Messaging.Broker.Behaviors
    Assembly: Silverback.Integration.dll
    Syntax
    public delegate Task ConsumerBehaviorHandler(ConsumerPipelineContext context)
    Parameters
    Type Name Description
    ConsumerPipelineContext context

    The context that is passed along the consumer behaviors pipeline.

    Returns
    Type Description
    Task
    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini