在我的代碼我有一個入站適配器通道和服務激活我要不要服務激活與出出境信道連接,Spring集成服務激活無輸出通道
代碼我使用
<file:inbound-channel-adapter id="filesIn"
directory="E:/usmandata/logs/input" filter="onlyLogFiles"
auto-startup="true">
<int:poller id="poller" fixed-delay="5000" />
</file:inbound-channel-adapter>
<int:service-activator input-channel="filesIn" ref="handler" />