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
Expected Behavior
I'd like there to be a reactive handleReactive(ReactiveMessageHandler) operator that will enable me to easily write reactive code as a handler.
Current Behavior
There is a need to use the ReactiveMessageHandlerAdapter class and write the code inside of it.
Context
The workaround is pretty simple, but an implementation of such a function seems to be pretty simple either. Here's a SO question to support the issue.