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
-
Method Summary
Modifier and TypeMethodDescriptionorg.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)
-
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)
-