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
There are query handlers (methods) residing inside of a projection (aka Query model). If those could be annotated with @QueryHandler and their parameters with @Query then the CQRS API would be completed with @QueryDispatcher, having both the command and the query side kind of symmetric.
There are query handlers (methods) residing inside of a projection (aka Query model). If those could be annotated with
@QueryHandler
and their parameters with@Query
then the CQRS API would be completed with@QueryDispatcher
, having both the command and the query side kind of symmetric.What do you think?
The text was updated successfully, but these errors were encountered: