没有拆分器的Camel Stream组件文件生成器

时间:2018-09-27 13:34:13

标签: apache-camel

下面是我的路线,我在流程的每个点仅提供了组件名称。问题是如何确保使用拆分器自动关闭带有文件的Stream组件。在花粉和流之间添加拆分器会减慢写入速度。

from("timer")
to("http:")
.pollEnrich().simple("file:")
.to("stream:filepath?closeOnDone=true")
.end();

0 个答案:

没有答案