Uses of Interface
org.springframework.batch.core.step.item.ChunkProcessor
Packages that use ChunkProcessor
Package
Description
Step level builders for java based job configuration.
Specific implementations of step concerns for item-oriented approach.
-
Uses of ChunkProcessor in org.springframework.batch.core.step.builder
Methods in org.springframework.batch.core.step.builder that return ChunkProcessorModifier and TypeMethodDescriptionprotected ChunkProcessor<I>FaultTolerantStepBuilder.createChunkProcessor() -
Uses of ChunkProcessor in org.springframework.batch.core.step.item
Classes in org.springframework.batch.core.step.item that implement ChunkProcessorModifier and TypeClassDescriptionclassFaultTolerant implementation of theChunkProcessorinterface, that allows for skipping or retry of items that cause exceptions during writing.classSimpleChunkProcessor<I,O> Simple implementation of theChunkProcessorinterface that handles basic item writing and processing.Constructors in org.springframework.batch.core.step.item with parameters of type ChunkProcessorModifierConstructorDescriptionChunkOrientedTasklet(ChunkProvider<I> chunkProvider, ChunkProcessor<I> chunkProcessor)