Uses of Class
org.springframework.integration.ftp.dsl.FtpStreamingInboundChannelAdapterSpec
Package
Description
Provides FTP Components for the Java DSL.
-
Uses of FtpStreamingInboundChannelAdapterSpec in org.springframework.integration.ftp.dsl
Modifier and TypeMethodDescriptionFtp.inboundStreamingAdapter
(RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile> remoteFileTemplate) AFtpStreamingInboundChannelAdapterSpec
factory for an inbound channel adapter spec.Ftp.inboundStreamingAdapter
(RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile> remoteFileTemplate, Comparator<org.apache.commons.net.ftp.FTPFile> receptionOrderComparator) AFtpStreamingInboundChannelAdapterSpec
factory for an inbound channel adapter spec.FtpStreamingInboundChannelAdapterSpec.patternFilter
(String pattern) Specify a simple pattern to match remote files (e.g.FtpStreamingInboundChannelAdapterSpec.regexFilter
(String regex) Specify a regular expression to match remote files (e.g.