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 |