Class FileSupplierConfiguration
java.lang.Object
org.springframework.cloud.fn.supplier.file.FileSupplierConfiguration
@Configuration
@EnableConfigurationProperties({FileSupplierProperties.class,FileConsumerProperties.class})
public class FileSupplierConfiguration
extends Object
- Author:
- Artem Bilan, Soby Chacko
-
Constructor Summary
ConstructorDescriptionFileSupplierConfiguration
(FileSupplierProperties fileSupplierProperties, FileConsumerProperties fileConsumerProperties) -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<Message<?>>
org.springframework.integration.file.dsl.FileInboundChannelAdapterSpec
fileMessageSource
(org.springframework.integration.file.filters.FileListFilter<File> fileListFilter, org.springframework.cloud.fn.common.config.ComponentCustomizer<org.springframework.integration.file.dsl.FileInboundChannelAdapterSpec> fileInboundChannelAdapterSpecCustomizer) org.springframework.integration.file.filters.ChainFileListFilter<File>
filter
(org.springframework.integration.metadata.ConcurrentMetadataStore metadataStore)
-
Constructor Details
-
FileSupplierConfiguration
public FileSupplierConfiguration(FileSupplierProperties fileSupplierProperties, FileConsumerProperties fileConsumerProperties)
-
-
Method Details
-
filter
-
fileMessageSource
@Bean public org.springframework.integration.file.dsl.FileInboundChannelAdapterSpec fileMessageSource(org.springframework.integration.file.filters.FileListFilter<File> fileListFilter, @Nullable org.springframework.cloud.fn.common.config.ComponentCustomizer<org.springframework.integration.file.dsl.FileInboundChannelAdapterSpec> fileInboundChannelAdapterSpecCustomizer) -
fileMessageFlux
-
fileReadingFlow
-
fileSupplier
-