@ljorring/cqrs
v0.1.1
Published
General library for declaring and using a DDD/CQRS/Event-sourced domain
Readme
CQRS Library
General library for declaring and using a DDD/CQRS/Event-sourced domain.
Improvements
- [ ] Fix package double includes
- [ ] Domain Service
- [ ] Change signature of command handler: command object --> function name+args
- [ ] Return events
- [ ] Subscription interface
- [ ] Implement subscription methods on IEventStore
