Uses of Class
org.springframework.batch.core.step.item.SimpleChunkProvider
Packages that use SimpleChunkProvider
Package
Description
Specific implementations of step concerns for item-oriented approach.
-
Uses of SimpleChunkProvider in org.springframework.batch.core.step.item
Subclasses of SimpleChunkProvider in org.springframework.batch.core.step.itemModifier and TypeClassDescriptionclassFaultTolerant implementation of theChunkProviderinterface, that allows for skipping or retry of items that cause exceptions during reading or processing.