Hi there,
I would like to know if there any way in Spring batch world to keep the Reader to wait for the outcome of write method of the read record.
Here is the sequence
1. Read
2. Write
3. Wait for outcome of Write
4. Read
...
...
Can any one answer? Thanks in advance.
Regards,
Rajesh


Reply With Quote