@Configuration @EnableConfigurationProperties(value=SftpSessionFactoryProperties.class) public class SftpSessionFactoryConfiguration extends Object
| Constructor and Description |
|---|
SftpSessionFactoryConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.integration.file.remote.session.SessionFactory<com.jcraft.jsch.ChannelSftp.LsEntry> |
sftpSessionFactory(SftpSessionFactoryProperties properties) |
@Bean @ConditionalOnMissingBean public org.springframework.integration.file.remote.session.SessionFactory<com.jcraft.jsch.ChannelSftp.LsEntry> sftpSessionFactory(SftpSessionFactoryProperties properties)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.