AxonHubQueryBus interceptors

Hi,

Is there a way to add interceptors to the AxonHubQueryBus, or it is yet to be implemented?
The SimpleQueryBus used to have registerHandlerInterceptor and registerDispatchInterceptor methods.

Thanks,
Regards

Hi Vilmos,

The SimpleQueryBus (in Axon Framework) still has those register function, but it’s the interfaces MessageHandlerInterceptorSupport and MessageDispatchInterceptorSupport we missed to add in the latest release. Work to add those back on there is described in this issue.

From AxonHub’s perspective this did fall of the bandwagon sadly…so it is correct you’re missing the handler and dispatch interceptor register functions.

We’re working on a clean fix for this, please stay tuned.

Cheers,
Steven