Uses of Class
org.springframework.cloud.fn.common.file.FileConsumerProperties
Packages that use FileConsumerProperties
Package
Description
-
Uses of FileConsumerProperties in org.springframework.cloud.fn.common.file
Methods in org.springframework.cloud.fn.common.file with parameters of type FileConsumerPropertiesModifier and TypeMethodDescriptionstatic org.springframework.integration.dsl.IntegrationFlowBuilder
FileUtils.enhanceFlowForReadingMode
(org.springframework.integration.dsl.IntegrationFlowBuilder flowBuilder, FileConsumerProperties fileConsumerProperties) Enhance anIntegrationFlowBuilder
to add flow snippets, depending onFileConsumerProperties
.static org.springframework.integration.dsl.IntegrationFlowBuilder
FileUtils.enhanceStreamFlowForReadingMode
(org.springframework.integration.dsl.IntegrationFlowBuilder flowBuilder, FileConsumerProperties fileConsumerProperties) Enhance anIntegrationFlowBuilder
to add flow snippets, depending onFileConsumerProperties
; used for streaming sources. -
Uses of FileConsumerProperties in org.springframework.cloud.fn.supplier.file
Constructors in org.springframework.cloud.fn.supplier.file with parameters of type FileConsumerPropertiesModifierConstructorDescriptionFileSupplierConfiguration
(FileSupplierProperties fileSupplierProperties, FileConsumerProperties fileConsumerProperties) -
Uses of FileConsumerProperties in org.springframework.cloud.fn.supplier.ftp
Constructors in org.springframework.cloud.fn.supplier.ftp with parameters of type FileConsumerPropertiesModifierConstructorDescriptionFtpSupplierConfiguration
(FtpSupplierProperties ftpSupplierProperties, FileConsumerProperties fileConsumerProperties, org.springframework.integration.metadata.ConcurrentMetadataStore metadataStore, org.springframework.integration.file.remote.session.SessionFactory<org.apache.commons.net.ftp.FTPFile> ftpSessionFactory) -
Uses of FileConsumerProperties in org.springframework.cloud.fn.supplier.s3
Fields in org.springframework.cloud.fn.supplier.s3 declared as FileConsumerPropertiesModifier and TypeFieldDescriptionprotected final FileConsumerProperties
AwsS3SupplierConfiguration.fileConsumerProperties
Constructors in org.springframework.cloud.fn.supplier.s3 with parameters of type FileConsumerPropertiesModifierConstructorDescriptionAwsS3SupplierConfiguration
(AwsS3SupplierProperties awsS3SupplierProperties, FileConsumerProperties fileConsumerProperties, org.springframework.integration.aws.support.S3SessionFactory s3SessionFactory, org.springframework.integration.metadata.ConcurrentMetadataStore metadataStore)