C# Class Rebus.Handlers.Reordering.HandlerReorderingStep

Incoming message step that can reorder handlers
Inheritance: IIncomingStep
显示文件 Open project: rebus-org/Rebus

Public Methods

Method Description
HandlerReorderingStep ( ReorderingConfiguration configuration ) : System

Constructs the step with the given configuration

Process ( Rebus.Pipeline.IncomingStepContext context, Func next ) : System.Threading.Tasks.Task

Reorders the handler invokers if necessary

Method Details

HandlerReorderingStep() public method

Constructs the step with the given configuration
public HandlerReorderingStep ( ReorderingConfiguration configuration ) : System
configuration ReorderingConfiguration
return System

Process() public method

Reorders the handler invokers if necessary
public Process ( Rebus.Pipeline.IncomingStepContext context, Func next ) : System.Threading.Tasks.Task
context Rebus.Pipeline.IncomingStepContext
next Func
return System.Threading.Tasks.Task