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 org.springframework.batch.infrastructure.item.ItemStreamSupport
getExecutionContextKey, getName, setBeanName, setExecutionContextName, setName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.batch.infrastructure.item.ItemReader
read
Methods inherited from interface org.springframework.batch.infrastructure.item.ItemStream
close, open, update
-
Constructor Details
-
AbstractItemStreamItemReader
public AbstractItemStreamItemReader()
-