Closed
Description
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.