Odonno / SimpleEventSourcing

Event Sourcing made simple using Reactive Extensions
MIT License
2 stars 2 forks source link

Create CommandStore #27

Open Odonno opened 5 years ago

Odonno commented 5 years ago

The same way an EventStore saves events, a CommandStore should save events.

It should also extends the CommandDispatcher so the new events can be related to the commanbd, using the generated command id.