C# Class TastyDomainDriven.Bus.InProcessBus

This is a simplified representation of real application server. In production it is wired to messaging and/or services infrastructure.
Inheritance: IBus
Mostrar archivo Open project: jaceenet/TastyDomainDriven

Public Methods

Method Description
Dispatch ( ICommand cmd ) : void
Replay ( IEvent e ) : void
TryDispatch ( ICommand cmd ) : void

Method Details

Dispatch() public method

public Dispatch ( ICommand cmd ) : void
cmd ICommand
return void

Replay() public method

public Replay ( IEvent e ) : void
e IEvent
return void

TryDispatch() public method

public TryDispatch ( ICommand cmd ) : void
cmd ICommand
return void