Eventuous / eventuous

Event Sourcing library for .NET
https://eventuous.dev
Apache License 2.0
447 stars 71 forks source link

Functional command service #158

Closed alexeyzimarev closed 1 year ago

alexeyzimarev commented 1 year ago

Create a command service implementation that only uses the state object.

It will be more functional and work without aggregates.

All the handlers will have a signature of (cmd, state) => events. It implies that #153 would allow splitting an external commands to multiple domain commands.