Questions tagged [spring-integration-file]

17 questions
0
votes
1 answer

Spring Cloud Dataflow file starter modification

I'm in the process of modifying this starter to suite my…
0
votes
1 answer

Spring Integration DSL Custom Error Channel Issue with Executor

Hi I have a file listener that is reading files parallel / more than one at a time package com.example.demo.flow; import lombok.extern.slf4j.Slf4j; import org.springframework.context.annotation.Bean; import…
1
2