Uses of Interface
org.springframework.batch.item.file.FlatFileFooterCallback
Package
Description
Builders for file item readers and writers.
Builders for JSON item reader and writer.
Internal support package
-
Uses of FlatFileFooterCallback in org.springframework.batch.item.file.builder
Modifier and TypeMethodDescriptionFlatFileItemWriterBuilder.footerCallback
(FlatFileFooterCallback callback) A callback for footer processing -
Uses of FlatFileFooterCallback in org.springframework.batch.item.json.builder
Modifier and TypeMethodDescriptionJsonFileItemWriterBuilder.footerCallback
(FlatFileFooterCallback callback) A callback for footer processing. -
Uses of FlatFileFooterCallback in org.springframework.batch.item.support
Modifier and TypeMethodDescriptionvoid
AbstractFileItemWriter.setFooterCallback
(FlatFileFooterCallback footerCallback) footerCallback will be called after writing the last item to file, but before the file is closed.