Class AbstractItemStreamItemReader<T>
java.lang.Object
org.springframework.batch.item.ItemStreamSupport
org.springframework.batch.item.support.AbstractItemStreamItemReader<T>
- All Implemented Interfaces:
ItemReader<T>
,ItemStream
,ItemStreamReader<T>
- 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
-
Method Summary
Methods inherited from class org.springframework.batch.item.ItemStreamSupport
close, getExecutionContextKey, getName, open, setExecutionContextName, setName, update
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.item.ItemReader
read
Methods inherited from interface org.springframework.batch.item.ItemStream
close, open, update
-
Constructor Details
-
AbstractItemStreamItemReader
public AbstractItemStreamItemReader()
-