-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for own interfaces extending KediatR types #8
Comments
Hi, I released version 1.0.8 with support for finding custom handlers which did not work earlier. I am not sure about Create Handler actions do you suggest we use custom interfaces when creating handler classes. If so how do we determine which handler implementation to use when there are multiple interfaces. |
Nice. For Create Handler I think its hard to find the right custom handler. So using a simple example:
Create handler in Not sure if that makes any sense, but I cant figure out right now how one could go about finding the custom handler classes except for adding a setting in the plugin "registering" custom command/event/query handler interfaces. |
This works as of 1.0.8. Maybe we could show different implementations in the pop-up to create handlers
We could list all interfaces or abstract classes that implement Handlers. I will try to experiment with this. |
Sounds like a helpful enhancement. I noticed, if I have
and
Create handler action does not work for |
Hi,
Love the plugin. Would be great to see the "create handler" actions etc. work when using custom event/command/handler interfaces/classes that extend from the KediatR types.
I.e. if wanting to hide KediatR stuff from other modules, we have a building blocks module to put those details and then expose our own Bus/Command/Event/XHandler interfaces. And in that case, the 'Create handler' actions do not work.
The text was updated successfully, but these errors were encountered: