ItemWriter is a basic interface for generic output operations in Spring Batch.
In Spring batch I need to pass the items read by an ItemReader to two different processors and writer. What …