Timeline for DDD: Where to place domain event handlers?
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 14, 2019 at 17:30 | comment | added | Paulo Merson | +1 for the application layer. In a pub-sub design, the domain event may activate generic logic in different places/systems/microsservices. If one of the subscribers is an application modeled using DDD, the event is triggering some processing in that application/BC. This processing may require transaction demarcation, access control, coordination that is typically performed at the application layer. | |
| Dec 1, 2016 at 17:00 | review | Late answers | |||
| Dec 5, 2016 at 0:22 | |||||
| Dec 1, 2016 at 16:41 | history | answered | Eugene Khudoy | CC BY-SA 3.0 |