C# 클래스 TastyDomainDriven.Bus.InProcessBus

This is a simplified representation of real application server. In production it is wired to messaging and/or services infrastructure.
상속: IBus
파일 보기 프로젝트 열기: jaceenet/TastyDomainDriven

공개 메소드들

메소드 설명
Dispatch ( ICommand cmd ) : void
Replay ( IEvent e ) : void
TryDispatch ( ICommand cmd ) : void

메소드 상세

Dispatch() 공개 메소드

public Dispatch ( ICommand cmd ) : void
cmd ICommand
리턴 void

Replay() 공개 메소드

public Replay ( IEvent e ) : void
e IEvent
리턴 void

TryDispatch() 공개 메소드

public TryDispatch ( ICommand cmd ) : void
cmd ICommand
리턴 void