Introduce Reactive Interceptors
Opened this issue · 0 comments
smcvb commented
Feature Description
As a follow-up of issue #3, which we resolved in pull request #2001 on Axon Framework, we will introduce interceptors that uses the reactive API.
Thus, a new MessageHandlerInterceptor
and MessageDispatchInterceptor
.
Current Behaviour
The default interceptors (MessageHandlerInterceptor
and MessageDispatchInterceptor
) still use non-reactive API types.
Wanted Behaviour
That the default interceptors (MessageHandlerInterceptor
and MessageDispatchInterceptor
) still use reactive API types.
Possible Workarounds
Custom build by end-user.