Replies: 1 comment 5 replies
|
@alexeyfv yes it is. Simply use the |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I know that EventFlow documentation has an example with Commands and CommandHandlers.
But is it possible to work directly with an Aggregate and call its methods without using CQRS? For example, something like this:
All reactions