You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the context of CQRS, a command should typically be handled by only one command handler per bounded context/module. However, it seems that this is not the case in the current implementation. Is this intentional? Ideally I would expect to raise an error on the registration.
In the context of CQRS, a command should typically be handled by only one command handler per bounded context/module. However, it seems that this is not the case in the current implementation. Is this intentional? Ideally I would expect to raise an error on the registration.
Prints:
The text was updated successfully, but these errors were encountered: