| Package | Description |
|---|---|
| org.springframework.cloud.stream.app.file | |
| org.springframework.cloud.stream.app.ftp.source | |
| org.springframework.cloud.stream.app.sftp.source |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.integration.dsl.IntegrationFlowBuilder |
FileUtils.enhanceFlowForReadingMode(org.springframework.integration.dsl.IntegrationFlowBuilder flowBuilder,
FileConsumerProperties fileConsumerProperties)
Enhance an
IntegrationFlowBuilder to add flow snippets, depending on
FileConsumerProperties. |
static org.springframework.integration.dsl.IntegrationFlowBuilder |
FileUtils.enhanceStreamFlowForReadingMode(org.springframework.integration.dsl.IntegrationFlowBuilder flowBuilder,
FileConsumerProperties fileConsumerProperties)
Enhance an
IntegrationFlowBuilder to add flow snippets, depending on
FileConsumerProperties; used for streaming sources. |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.integration.dsl.IntegrationFlow |
FtpSourceConfiguration.ftpInboundFlow(org.springframework.integration.file.remote.session.SessionFactory<org.apache.commons.net.ftp.FTPFile> ftpSessionFactory,
FtpSourceProperties properties,
FileConsumerProperties fileConsumerProperties) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.integration.dsl.IntegrationFlow |
SftpSourceConfiguration.sftpInboundFlow(org.springframework.integration.file.remote.session.SessionFactory<com.jcraft.jsch.ChannelSftp.LsEntry> sftpSessionFactory,
FileConsumerProperties fileConsumerProperties) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.