Skip to content
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

Navigation between message, producer and consumers should include handler listening to interface or superclasses #285

Closed
coulas opened this issue Jun 21, 2024 · 2 comments · Fixed by #290

Comments

@coulas
Copy link

coulas commented Jun 21, 2024

Enhancement Description

When I click on Axon navigation icon close to a message instantiation or definition or handling,
A popup shows me the list of other interactions with this exact type and its type hierarchy and interfaces.

Current Behaviour

The popup lists only concrete-type usage.
EventHandler listening to an interface receives all implementations of this interface at runtime, but Axon plugin's navigation does not show them.

Wanted Behaviour

Being able to see all usage of a message in axon's navigation, including usage per supertypes and interfaces and maybe separated from concrete usage by a line as collective usages are not the same kind of usage than per concrete name.

Possible Workarounds

IntelliJ indirect navigation.

@smcvb
Copy link
Member

smcvb commented Jul 17, 2024

Hi @coulas!

Mainly letting you know we've spotted your issue and will take a look at it relatively soon.
There are some other tasks the team needs to take care of first.
But the plugin will receive some love in the foreseeable future.

So, stay tuned!

@coulas
Copy link
Author

coulas commented Oct 1, 2024

Thank you !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants