I am trying to use Spring Batch & Integration in my current project. I have it set up so that when a file arrives on a channel it gets processed via a batch job. I then want the results of the job to be written back to another channel.

I found ChunkMessageChannelItemWriter but I'm having trouble finding useful examples / docs. Any direction as to where to look for those also would be appreciated.

Are there any other existing classes in Spring Batch Integration that can be supplied as a writer to a chunk and output items on a channel?

Thanks!