【发布时间】:2018-07-06 18:34:15
【问题描述】:
到目前为止,据我所知,Outbound Channel Adapter 还没有注解支持。
<int:outbound-channel-adapter channel="channel" method="handle">
<beans:bean class="org.Foo"/>
缺少它的原因之一可能是与 Service Activator 提供的功能相似。
如果有计划在出站通道适配器范围内同步 XML 和 Java 配置,作为处理管道的显式终止点,将会很有趣?
【问题讨论】: