Class AbstractItemStreamItemReader<T>
java.lang.Object
org.springframework.batch.infrastructure.item.ItemStreamSupport
org.springframework.batch.infrastructure.item.support.AbstractItemStreamItemReader<T>
- All Implemented Interfaces:
ItemReader<T>, ItemStream, ItemStreamReader<T>, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware
- Direct Known Subclasses:
AbstractItemCountingItemStreamItemReader, KafkaItemReader, MultiResourceItemReader, ResourcesItemReader
public abstract class AbstractItemStreamItemReader<T>
extends ItemStreamSupport
implements ItemStreamReader<T>
Base class for
ItemReader implementations.
This abstract reader is thread-safe.
- Author:
- Dave Syer, Mahmoud Ben Hassine
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ItemStreamSupport
getExecutionContextKey, getName, setBeanName, setExecutionContextName, setNameMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ItemReader
readMethods inherited from interface ItemStream
close, open, update
-
Constructor Details
-
AbstractItemStreamItemReader
public AbstractItemStreamItemReader()
-