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. |
Constructor and Description |
---|
FileSupplierConfiguration(FileSupplierProperties fileSupplierProperties,
FileConsumerProperties fileConsumerProperties) |
Constructor and Description |
---|
FtpSupplierConfiguration(FtpSupplierProperties ftpSupplierProperties,
FileConsumerProperties fileConsumerProperties,
org.springframework.integration.metadata.ConcurrentMetadataStore metadataStore,
org.springframework.integration.file.remote.session.SessionFactory<org.apache.commons.net.ftp.FTPFile> ftpSessionFactory) |
Modifier and Type | Field and Description |
---|---|
protected FileConsumerProperties |
AwsS3SupplierConfiguration.fileConsumerProperties |
Constructor and Description |
---|
AwsS3SupplierConfiguration(AwsS3SupplierProperties awsS3SupplierProperties,
FileConsumerProperties fileConsumerProperties,
com.amazonaws.services.s3.AmazonS3 amazonS3,
org.springframework.integration.aws.support.S3SessionFactory s3SessionFactory,
org.springframework.integration.metadata.ConcurrentMetadataStore metadataStore) |
Copyright © 2022. All rights reserved.