Could I know how to call Spel for .handle() (invoke Service Activator) in Spring Integration Java DSL?
The reason is I would like to call service activator with parameter. For XML, I could use Spel similar to "@myService.myMethod('param1', 'param2')" in expression attribute.
I can't find something similar in SI Java DSL