C# 클래스 Rebus.Handlers.Reordering.HandlerReorderingStep

Incoming message step that can reorder handlers
상속: IIncomingStep
파일 보기 프로젝트 열기: rebus-org/Rebus

공개 메소드들

메소드 설명
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

메소드 상세

HandlerReorderingStep() 공개 메소드

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

Process() 공개 메소드

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