Replies: 1 comment
-
Hi @effapp In general, I don't execute another query from the query handler (the same for a command handling). I think this level of indirection is not needed. If I want to reuse some logic, I create a separate class/method for this behavior and reference it directly. |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
How to execute another custom query of same module in the query handler of the same module,please?
example:
I created a custom query handler that named "CustomQueryHandler" in UserAccessModule, how to execute query "GetUserQuery" of UserAccessModule in handle of CustomQueryHandler of UserAccessModule?
Beta Was this translation helpful? Give feedback.
All reactions