DomainBlocks / domain-blocks

A suite of libraries to assist with domain-driven design when using event sourcing
MIT License
4 stars 1 forks source link

Add "on saved" hook when aggregate events are saved #57

Open daniel-smith opened 2 years ago

daniel-smith commented 2 years ago

Allows us to implement a "competing consumers" pattern on the write side.