extension-reactor icon indicating copy to clipboard operation
extension-reactor copied to clipboard

Introduce Reactive Interceptors

Open smcvb opened this issue 2 years ago • 0 comments

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.

smcvb avatar Sep 12 '22 13:09 smcvb