-
Notifications
You must be signed in to change notification settings - Fork 6
Domain events
Martin Havlišta edited this page Aug 27, 2018
·
44 revisions
Work in progress
When executing a domain behaviour on an aggregate root domain entity inside a database transaction, it is always a good idea to keep things fast and efficient. Some processing does not have to be necessary part of the transaction, and can be done later (e.g. logging, audit, email sending, etc).