Delegate ProducerBehaviorHandler
The delegate that describes a message handler in the producer pipeline.
Namespace: Silverback.Messaging.Broker.Behaviors
Assembly: Silverback.Integration.dll
Syntax
public delegate Task ProducerBehaviorHandler(ProducerPipelineContext context)
Parameters
Type | Name | Description |
---|---|---|
ProducerPipelineContext | context | The context that is passed along the producer behaviors pipeline. |
Returns
Type | Description |
---|---|
Task |