By mswatcher
via lostechies.com
Submitted: Jun 19 2012 / 05:55
In my last two posts (part 1 and part 2) I described how a command that is sent from the client is handled by an aggregate of the domain model. I also discussed how the aggregate, when executing the command, raises an event which is then stored in the event store and furthermore published asynchronously by the infrastructure.
Add your comment