AxonFramework / IdeaPlugin

An IntelliJ IDEA plugin for Axon Framework
Apache License 2.0
34 stars 21 forks source link

Add support for MessageHandlerInterceptor #293

Open CodeDrivenMitch opened 1 month ago

CodeDrivenMitch commented 1 month ago

Feature Description

Just like #291 and #150, we should consider adding support for interceptors directly registered to the CommandBus, Querybus and Event processors. Any call to the registerHandlerInterceptor should be considered as a new interceptor, and this class should be displayed in the gutter list of intercepted methods.