【发布时间】:2017-02-23 18:15:40
【问题描述】:
Spring XD 中的源组件总是被 Spring Integration 设计成一个入站通道适配器?
关于接收器组件的同样问题:总是像出站通道适配器这样的设计吗?
在文档here about the sink 和此处about the source 中,我只阅读了有关这些适配器的信息,但我并不清楚!
【问题讨论】:
标签: spring-integration spring-xd spring-cloud-dataflow
Spring XD 中的源组件总是被 Spring Integration 设计成一个入站通道适配器?
关于接收器组件的同样问题:总是像出站通道适配器这样的设计吗?
在文档here about the sink 和此处about the source 中,我只阅读了有关这些适配器的信息,但我并不清楚!
【问题讨论】:
标签: spring-integration spring-xd spring-cloud-dataflow
一般来说,是的,但这不是必需的 - 任何可以创建 spring-messaging Message<?> 的东西都可以是源,任何可以接受的东西都可以是接收器。
【讨论】: