Uses of Package
org.springframework.batch.core.step.item
Packages that use org.springframework.batch.core.step.item
Package
Description
Parsers for XML based configuration
Step level builders for java based job configuration.
Factories for step level components.
Specific implementations of step concerns for item-oriented approach.
-
-
Classes in org.springframework.batch.core.step.item used by org.springframework.batch.core.step.builderClassDescriptionA special purpose retry template that deals specifically with multi-valued stateful retry.Manage the offset data between the last successful commit and updates made to an input chunk.Interface defined for processing
Chunks.Interface for providingChunks to be processed, used by theChunkOrientedTaskletInterface for defining keys to uniquely identify items. -
-
Classes in org.springframework.batch.core.step.item used by org.springframework.batch.core.step.itemClassDescriptionA special purpose retry template that deals specifically with multi-valued stateful retry.Manage the offset data between the last successful commit and updates made to an input chunk.Interface defined for processing
Chunks.Interface for providingChunks to be processed, used by theChunkOrientedTaskletInterface for defining keys to uniquely identify items.Simple implementation of theChunkProcessorinterface that handles basic item writing and processing.Simple implementation of the ChunkProvider interface that does basic chunk providing from anItemReader.