InterviewSolution
Saved Bookmarks
| 1. |
How Do We Track The Number Of Item Processed By The Itemreader In Spring Batch? |
|
Answer» The item mapping BEAN can implement org.springframework.batch.item. ItemCountAware, a MARKER interface to have the item POSITION TRACKED. The item mapping bean can implement org.springframework.batch.item. ItemCountAware, a marker interface to have the item position tracked. |
|