C# 클래스 Recipes.Wires.SimpleDispatcher

파일 보기 프로젝트 열기: gnschenker/RecipesWithCqrsAndEs 1 사용 예제들

공개 메소드들

메소드 설명
DispatchCommand ( object command, Action builder = null ) : void
SimpleDispatcher ( AggregateFactory aggregateFactory, IEnvelopeStreamer serializer, ITapeStream tapeStream ) : System

메소드 상세

DispatchCommand() 공개 메소드

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

SimpleDispatcher() 공개 메소드

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