在运行时设置多个入站通道适配器

时间:2017-12-29 19:25:35

标签: spring spring-integration spring-integration-sftp

使用spring-integration-sftp,建议创建任意数量的入站通道适配器对象的方法是什么?我的应用程序需要监视多个远程目录(1到n),这些目录在运行时才会知道。

1 个答案:

答案 0 :(得分:0)

使用当前技术的最简单方法是使用the Java DSL "Dynamic and runtime Integration Flows"

每个流程都以IntegrationFlowContext编程方式注册。

另见my answer to this question及其其他技术的链接。