Package org.springframework.batch.item
Interface ItemCountAware
public interface ItemCountAwareMarker interface indicating that an item should have the item count set on it. Typically used within anAbstractItemCountingItemStreamItemReader.- Author:
- Jimmy Praet
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetItemCount(int count)Setter for the injection of the current item count.