Interface ResourceAwareItemWriterItemStream<T>
- All Superinterfaces:
ItemStream,ItemStreamWriter<T>,ItemWriter<T>
- All Known Implementing Classes:
AbstractFileItemWriter,FlatFileItemWriter,JsonFileItemWriter,StaxEventItemWriter
public interface ResourceAwareItemWriterItemStream<T> extends ItemStreamWriter<T>
- Author:
- Robert Kasanicky
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetResource(org.springframework.core.io.Resource resource)Methods inherited from interface org.springframework.batch.item.ItemStream
close, open, update
Methods inherited from interface org.springframework.batch.item.ItemWriter
write