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
Afficher le fichier Open project: jaceenet/TastyDomainDriven

Méthodes publiques

Méthode Description
Dispatch ( ICommand cmd ) : void
Replay ( IEvent e ) : void
TryDispatch ( ICommand cmd ) : void

Method Details

Dispatch() public méthode

public Dispatch ( ICommand cmd ) : void
cmd ICommand
Résultat void

Replay() public méthode

public Replay ( IEvent e ) : void
e IEvent
Résultat void

TryDispatch() public méthode

public TryDispatch ( ICommand cmd ) : void
cmd ICommand
Résultat void