@Configuration @EnableConfigurationProperties(value=SftpConsumerProperties.class) @Import(value=SftpConsumerSessionFactoryConfiguration.class) public class SftpConsumerConfiguration extends Object
Constructor and Description |
---|
SftpConsumerConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.integration.dsl.IntegrationFlow |
ftpOutboundFlow(SftpConsumerProperties properties,
org.springframework.integration.file.remote.session.SessionFactory<com.jcraft.jsch.ChannelSftp.LsEntry> ftpSessionFactory) |
@Bean public org.springframework.integration.dsl.IntegrationFlow ftpOutboundFlow(SftpConsumerProperties properties, org.springframework.integration.file.remote.session.SessionFactory<com.jcraft.jsch.ChannelSftp.LsEntry> ftpSessionFactory)
Copyright © 2022. All rights reserved.