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
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.
The text was updated successfully, but these errors were encountered:
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
andMessageDispatchInterceptor
.Current Behaviour
The default interceptors (
MessageHandlerInterceptor
andMessageDispatchInterceptor
) still use non-reactive API types.Wanted Behaviour
That the default interceptors (
MessageHandlerInterceptor
andMessageDispatchInterceptor
) still use reactive API types.Possible Workarounds
Custom build by end-user.
The text was updated successfully, but these errors were encountered: