Class SftpConsumerSessionFactoryConfiguration

java.lang.Object
org.springframework.cloud.fn.consumer.sftp.SftpConsumerSessionFactoryConfiguration

public class SftpConsumerSessionFactoryConfiguration extends Object
Session factory configuration.
Author:
Gary Russell, Corneil du Plessis, Chris Bono, Artem Bilan
  • Constructor Details

    • SftpConsumerSessionFactoryConfiguration

      public SftpConsumerSessionFactoryConfiguration()
  • Method Details

    • sftpSessionFactory

      @Bean @ConditionalOnMissingBean public org.springframework.integration.file.remote.session.SessionFactory<org.apache.sshd.sftp.client.SftpClient.DirEntry> sftpSessionFactory(SftpConsumerProperties properties, ApplicationContext applicationContext)