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

    • SftpInboundFileSynchronizingMessageSource

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

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

    • getComponentType

      public String getComponentType()