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
I would like the ARTTC window to show the actual type that is being used. So for instance:
(ESH) MyAggregateRoot as ProcessStoppedEvent
(ESH) MyAggregateRoot as AnyEvent
(ESH) MyAggregateMember as MyEntityProcessStoppedEvent
(ESH) MyAggregateMemberMember [as MyEntityAdded]
On the last line, I would omit the event name if there is no other lines specifying another type so that users who don't use inheritance don't get something that would take up space for nothing (e.g. every line would say as MyEntityAdded)
Possible Workarounds
Live with it ;)
The text was updated successfully, but these errors were encountered:
Enhancement Description
I'd like to enhance the "Axon References To This Class" (ARTTC) window so that it provides more detailed information.
Current Behaviour
For the event
MyEntityAdded
I have the following implementationsMyEntityProcessStoppedEvent : ProcessStoppedEvent : AnyEvent
It shows in the ARTTC window:
Wanted Behaviour
I would like the ARTTC window to show the actual type that is being used. So for instance:
On the last line, I would omit the event name if there is no other lines specifying another type so that users who don't use inheritance don't get something that would take up space for nothing (e.g. every line would say
as MyEntityAdded
)Possible Workarounds
Live with it ;)
The text was updated successfully, but these errors were encountered: