5

@InboundChannelAdapterファイルを操作するにはどうすればよいですか? このようなもの:

<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>

しかし、Javaでは?

4

1 に答える 1