Uses of Class
org.springframework.integration.sftp.dsl.SftpStreamingInboundChannelAdapterSpec
Package
Description
Provides SFTP Components for the Java DSL.
-
Uses of SftpStreamingInboundChannelAdapterSpec in org.springframework.integration.sftp.dsl
Modifier and TypeMethodDescriptionSftp.inboundStreamingAdapter
(RemoteFileTemplate<com.jcraft.jsch.ChannelSftp.LsEntry> remoteFileTemplate) AnSftpStreamingInboundChannelAdapterSpec
factory for an inbound channel adapter spec.Sftp.inboundStreamingAdapter
(RemoteFileTemplate<com.jcraft.jsch.ChannelSftp.LsEntry> remoteFileTemplate, Comparator<com.jcraft.jsch.ChannelSftp.LsEntry> receptionOrderComparator) AnSftpStreamingInboundChannelAdapterSpec
factory for an inbound channel adapter spec.SftpStreamingInboundChannelAdapterSpec.patternFilter
(String pattern) Specify a simple pattern to match remote files (e.g.SftpStreamingInboundChannelAdapterSpec.regexFilter
(String regex) Specify a regular expression to match remote files (e.g.