issues
search
ryan-mars
/
stochastic
TypeScript framework for building event-driven services. Easily go from Event Storming → Code.
MIT License
6
stars
1
forks
source link
Command & Handler
#8
Open
ryan-mars
opened
3 years ago
ryan-mars
commented
3 years ago
[x] Command Handler accepts a Command shape (message) and returns an array of events
[x] Can get the current state of the aggregate #23 #24
[x] Command stores events returned by handler #25
[ ] Returns errors as part of command response #41