Top "Itemwriter" questions

ItemWriter is a basic interface for generic output operations in Spring Batch.

Spring Batch: One reader, multiple processors and writers

In Spring batch I need to pass the items read by an ItemReader to two different processors and writer. What …

spring spring-batch itemprocessor itemwriter