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

Inheritance: IEnvelopeHandler, IContinuation
Datei anzeigen Open project: DarthFubuMVC/fubumvc

Public Methods

Method Description
Execute ( Envelope envelope, IEnvelopeContext context ) : void
Handle ( Envelope envelope ) : Task
Matches ( Envelope envelope ) : bool

Method Details

Execute() public abstract method

public abstract Execute ( Envelope envelope, IEnvelopeContext context ) : void
envelope Envelope
context IEnvelopeContext
return void

Handle() public method

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

Matches() public abstract method

public abstract Matches ( Envelope envelope ) : bool
envelope Envelope
return bool