Uses of Interface
org.springframework.batch.core.step.item.ChunkProcessor

Packages that use ChunkProcessor
org.springframework.batch.core.step.item Specific implementations of step concerns for item-oriented approach. 
 

Uses of ChunkProcessor in org.springframework.batch.core.step.item
 

Classes in org.springframework.batch.core.step.item that implement ChunkProcessor
 class FaultTolerantChunkProcessor<I,O>
          FaultTolerant implementation of the ChunkProcessor interface, that allows for skipping or retry of items that cause exceptions during writing.
 class SimpleChunkProcessor<I,O>
          Simple implementation of the ChunkProcessor interface that handles basic item writing and processing.
 

Constructors in org.springframework.batch.core.step.item with parameters of type ChunkProcessor
ChunkOrientedTasklet(ChunkProvider<I> chunkProvider, ChunkProcessor<I> chunkProcessor)
           
 



Copyright © 2013 SpringSource. All Rights Reserved.