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
Is your feature request related to a problem? Please describe.
At the moment the dispatcher only makes match by exact class coincidence, it would be great to have the ability to listen to abstract classes or interfaces too
Describe the solution you'd like
Instead of checking only for exact class check for parents too
For example, using it with antidot framework starter you need a config like that:
Is your feature request related to a problem? Please describe.
At the moment the dispatcher only makes match by exact class coincidence, it would be great to have the ability to listen to abstract classes or interfaces too
Describe the solution you'd like
Instead of checking only for exact class check for parents too
For example, using it with antidot framework starter you need a config like that:
Listening to parent class it will look like this
The text was updated successfully, but these errors were encountered: