Class FtpConsumerConfiguration

java.lang.Object
org.springframework.cloud.fn.consumer.ftp.FtpConsumerConfiguration

@Configuration(proxyBeanMethods=false) @EnableConfigurationProperties(FtpConsumerProperties.class) @Import(FtpSessionFactoryConfiguration.class) public class FtpConsumerConfiguration extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.integration.dsl.IntegrationFlow
    ftpInboundFlow(FtpConsumerProperties properties, org.springframework.integration.file.remote.session.SessionFactory<org.apache.commons.net.ftp.FTPFile> ftpSessionFactory, org.springframework.cloud.fn.common.config.ComponentCustomizer<org.springframework.integration.ftp.dsl.FtpMessageHandlerSpec> ftpMessageHandlerSpecCustomizer)
     

    Methods inherited from class java.lang.Object

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

    • FtpConsumerConfiguration

      public FtpConsumerConfiguration()
  • Method Details

    • ftpInboundFlow

      @Bean public org.springframework.integration.dsl.IntegrationFlow ftpInboundFlow(FtpConsumerProperties properties, org.springframework.integration.file.remote.session.SessionFactory<org.apache.commons.net.ftp.FTPFile> ftpSessionFactory, @Nullable org.springframework.cloud.fn.common.config.ComponentCustomizer<org.springframework.integration.ftp.dsl.FtpMessageHandlerSpec> ftpMessageHandlerSpecCustomizer)