How can i get @InboundChannelAdapter
to work with files? something like this:
<int-file:inbound-channel-adapter id="executionMessageFileInputChannel"
directory="file:${fpml.messages.input}"
prevent-duplicates="false" filename-pattern="*.xml">
<int:poller fixed-delay="20000" max-messages-per-poll="1" />
</int-file:inbound-channel-adapter>
but in java?