C# Class FubuMVC.Core.ServiceBus.Runtime.Invocation.HandlerPipeline

Inheritance: IHandlerPipeline
Exibir arquivo Open project: DarthFubuMVC/fubumvc

Public Methods

Method Description
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

Method Details

FindContinuation() public method

public FindContinuation ( Envelope envelope, IEnvelopeContext context ) : Task
envelope Envelope
context IEnvelopeContext
return Task

HandlerPipeline() public method

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

Invoke() public method

public Invoke ( Envelope envelope, IEnvelopeContext context ) : Task
envelope Envelope
context IEnvelopeContext
return Task

InvokeNow() public method

public InvokeNow ( Envelope envelope ) : Task
envelope Envelope
return Task

Receive() public method

public Receive ( Envelope envelope ) : Task
envelope Envelope
return Task