C# 클래스 FubuMVC.Core.ServiceBus.Runtime.Invocation.HandlerPipeline

상속: IHandlerPipeline
파일 보기 프로젝트 열기: DarthFubuMVC/fubumvc

공개 메소드들

메소드 설명
FindContinuation ( Envelope envelope, IEnvelopeContext context ) : Task
HandlerPipeline ( IEnvelopeSerializer serializer, IEnvelopeLifecycle lifecycle, IEnumerable handlers ) : System
Invoke ( Envelope envelope, IEnvelopeContext context ) : Task
InvokeNow ( Envelope envelope ) : Task
Receive ( Envelope envelope ) : Task

메소드 상세

FindContinuation() 공개 메소드

public FindContinuation ( Envelope envelope, IEnvelopeContext context ) : Task
envelope Envelope
context IEnvelopeContext
리턴 Task

HandlerPipeline() 공개 메소드

public HandlerPipeline ( IEnvelopeSerializer serializer, IEnvelopeLifecycle lifecycle, IEnumerable handlers ) : System
serializer IEnvelopeSerializer
lifecycle IEnvelopeLifecycle
handlers IEnumerable
리턴 System

Invoke() 공개 메소드

public Invoke ( Envelope envelope, IEnvelopeContext context ) : Task
envelope Envelope
context IEnvelopeContext
리턴 Task

InvokeNow() 공개 메소드

public InvokeNow ( Envelope envelope ) : Task
envelope Envelope
리턴 Task

Receive() 공개 메소드

public Receive ( Envelope envelope ) : Task
envelope Envelope
리턴 Task