public final class FileUtils extends Object
Modifier and Type | Method and Description |
---|---|
static org.springframework.integration.dsl.IntegrationFlowBuilder |
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 |
enhanceStreamFlowForReadingMode(org.springframework.integration.dsl.IntegrationFlowBuilder flowBuilder,
FileConsumerProperties fileConsumerProperties)
Enhance an
IntegrationFlowBuilder to add flow snippets, depending on
FileConsumerProperties ; used for streaming sources. |
public static org.springframework.integration.dsl.IntegrationFlowBuilder enhanceFlowForReadingMode(org.springframework.integration.dsl.IntegrationFlowBuilder flowBuilder, FileConsumerProperties fileConsumerProperties)
IntegrationFlowBuilder
to add flow snippets, depending on
FileConsumerProperties
.flowBuilder
- the flow builder.fileConsumerProperties
- the properties.public static org.springframework.integration.dsl.IntegrationFlowBuilder enhanceStreamFlowForReadingMode(org.springframework.integration.dsl.IntegrationFlowBuilder flowBuilder, FileConsumerProperties fileConsumerProperties)
IntegrationFlowBuilder
to add flow snippets, depending on
FileConsumerProperties
; used for streaming sources.flowBuilder
- the flow builder.fileConsumerProperties
- the properties.Copyright © 2022. All rights reserved.