itemprocessor Questions

4

I'm writing a spring batch job and in one of my step I have the following code for the processor: @Component public class SubscriberProcessor implements ItemProcessor<NewsletterSubscriber, Acco...
Dichotomous asked 2/6, 2014 at 23:37

5

Solved

In Spring batch I need to pass the items read by an ItemReader to two different processors and writer. What I'm trying to achieve is that... +---> ItemProcessor#1 ---> ItemWriter#1 | ItemReader...
Acumen asked 25/9, 2013 at 8:20
1

© 2022 - 2024 — McMap. All rights reserved.