Uses of Class
org.springframework.integration.file.remote.synchronizer.AbstractInboundFileSynchronizer
Package
Description
Provides File Components support for Spring Integration Java DSL.
Provides classes supporting the synchronization of remote and
local file directories.
Provides classes supporting inbound endpoints.
Provides classes supporting inbound endpoints.
Inbound Channel Adapters implementations for SMB protocol.
-
Uses of AbstractInboundFileSynchronizer in org.springframework.integration.file.dsl
Modifier and TypeFieldDescriptionprotected final AbstractInboundFileSynchronizer<F>
RemoteFileInboundChannelAdapterSpec.synchronizer
ModifierConstructorDescriptionprotected
RemoteFileInboundChannelAdapterSpec
(AbstractInboundFileSynchronizer<F> synchronizer) -
Uses of AbstractInboundFileSynchronizer in org.springframework.integration.file.remote.synchronizer
Modifier and TypeMethodDescriptionAbstractInboundFileSynchronizingMessageSource.getSynchronizer()
Return the underlying synchronizer.ModifierConstructorDescriptionAbstractInboundFileSynchronizingMessageSource
(AbstractInboundFileSynchronizer<F> synchronizer, Comparator<File> comparator) -
Uses of AbstractInboundFileSynchronizer in org.springframework.integration.ftp.inbound
Modifier and TypeClassDescriptionclass
An implementation ofAbstractInboundFileSynchronizer
for FTP.ModifierConstructorDescriptionFtpInboundFileSynchronizingMessageSource
(AbstractInboundFileSynchronizer<org.apache.commons.net.ftp.FTPFile> synchronizer) FtpInboundFileSynchronizingMessageSource
(AbstractInboundFileSynchronizer<org.apache.commons.net.ftp.FTPFile> synchronizer, Comparator<File> comparator) -
Uses of AbstractInboundFileSynchronizer in org.springframework.integration.sftp.inbound
Modifier and TypeClassDescriptionclass
Handles the synchronization between a remote SFTP directory and a local mount.ModifierConstructorDescriptionSftpInboundFileSynchronizingMessageSource
(AbstractInboundFileSynchronizer<org.apache.sshd.sftp.client.SftpClient.DirEntry> synchronizer) SftpInboundFileSynchronizingMessageSource
(AbstractInboundFileSynchronizer<org.apache.sshd.sftp.client.SftpClient.DirEntry> synchronizer, Comparator<File> comparator) -
Uses of AbstractInboundFileSynchronizer in org.springframework.integration.smb.inbound
Modifier and TypeClassDescriptionclass
An implementation ofAbstractInboundFileSynchronizer
for SMB.ModifierConstructorDescriptionSmbInboundFileSynchronizingMessageSource
(AbstractInboundFileSynchronizer<jcifs.smb.SmbFile> _synchronizer) SmbInboundFileSynchronizingMessageSource
(AbstractInboundFileSynchronizer<jcifs.smb.SmbFile> _synchronizer, Comparator<File> _comparator)