Class SftpConsumerConfiguration

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

@Configuration(proxyBeanMethods=false) @EnableConfigurationProperties(SftpConsumerProperties.class) @Import(SftpConsumerSessionFactoryConfiguration.class) public class SftpConsumerConfiguration extends Object
Configuration for SFTP Consumer.
Author:
Soby Chacko, Corneil du Plessis
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.integration.dsl.IntegrationFlow
    ftpOutboundFlow(SftpConsumerProperties properties, org.springframework.integration.file.remote.session.SessionFactory<org.apache.sshd.sftp.client.SftpClient.DirEntry> ftpSessionFactory, org.springframework.cloud.fn.common.config.ComponentCustomizer<org.springframework.integration.sftp.dsl.SftpMessageHandlerSpec> sftpMessageHandlerSpecCustomizer)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SftpConsumerConfiguration

      public SftpConsumerConfiguration()
  • Method Details

    • ftpOutboundFlow

      @Bean public org.springframework.integration.dsl.IntegrationFlow ftpOutboundFlow(SftpConsumerProperties properties, org.springframework.integration.file.remote.session.SessionFactory<org.apache.sshd.sftp.client.SftpClient.DirEntry> ftpSessionFactory, @Nullable org.springframework.cloud.fn.common.config.ComponentCustomizer<org.springframework.integration.sftp.dsl.SftpMessageHandlerSpec> sftpMessageHandlerSpecCustomizer)