pawelkaczor/akka-ddd

Allow to define AR behaviour it terms of Actions

Closed this issue · 0 comments

Inspiration: https://github.com/strongtyped/fun-cqrs

Actions object should contain both command handling logic and associated event handling logic.
It should be possible to build AR behaviour by composing Actions objects.