C# Class Recipes.Wires.SimpleDispatcher

Show file Open project: gnschenker/RecipesWithCqrsAndEs Class Usage Examples

Public Methods

Method Description
DispatchCommand ( object command, Action builder = null ) : void
SimpleDispatcher ( AggregateFactory aggregateFactory, IEnvelopeStreamer serializer, ITapeStream tapeStream ) : System

Method Details

DispatchCommand() public method

public DispatchCommand ( object command, Action builder = null ) : void
command object
builder Action
return void

SimpleDispatcher() public method

public SimpleDispatcher ( AggregateFactory aggregateFactory, IEnvelopeStreamer serializer, ITapeStream tapeStream ) : System
aggregateFactory AggregateFactory
serializer IEnvelopeStreamer
tapeStream ITapeStream
return System