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<org.apache.sshd.sftp.client.SftpClient.DirEntry> remoteFileTemplate) AnSftpStreamingInboundChannelAdapterSpec
factory for an inbound channel adapter spec.Sftp.inboundStreamingAdapter
(RemoteFileTemplate<org.apache.sshd.sftp.client.SftpClient.DirEntry> remoteFileTemplate, Comparator<org.apache.sshd.sftp.client.SftpClient.DirEntry> 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.