Open Odonno opened 5 years ago
The same way an EventStore saves events, a CommandStore should save events.
EventStore
CommandStore
It should also extends the CommandDispatcher so the new events can be related to the commanbd, using the generated command id.
CommandDispatcher
The same way an
EventStore
saves events, aCommandStore
should save events.It should also extends the
CommandDispatcher
so the new events can be related to the commanbd, using the generated command id.