Class SftpInboundFileSynchronizingMessageSource

All Implemented Interfaces:
Aware, BeanFactoryAware, BeanNameAware, DisposableBean, InitializingBean, Lifecycle, MessageSource<File>, IntegrationPattern, NamedComponent, IntegrationInboundManagement, IntegrationManagement, ManageableLifecycle, MessageSourceManagement

public class SftpInboundFileSynchronizingMessageSource extends AbstractInboundFileSynchronizingMessageSource<org.apache.sshd.sftp.client.SftpClient.DirEntry>
A MessageSource implementation for SFTP that delegates to an InboundFileSynchronizer.
Since:
2.0
Author:
Josh Long, Oleg Zhurakousky, Artem Bilan
  • Constructor Details Link icon

    • SftpInboundFileSynchronizingMessageSource Link icon

      public SftpInboundFileSynchronizingMessageSource(AbstractInboundFileSynchronizer<org.apache.sshd.sftp.client.SftpClient.DirEntry> synchronizer)
    • SftpInboundFileSynchronizingMessageSource Link icon

      public SftpInboundFileSynchronizingMessageSource(AbstractInboundFileSynchronizer<org.apache.sshd.sftp.client.SftpClient.DirEntry> synchronizer, Comparator<File> comparator)
  • Method Details Link icon

    • getComponentType Link icon

      public String getComponentType()