Summer.Batch.Core.Step.Item Namespace Reference

Classes

class  Chunk
 Encapsulation of a list of items to be processed and possibly a list of failed items to be skipped. To mark an item as skipped clients should iterate over the chunk , and if there is a failure call Remove() on the items list. The skipped items are then available through the chunk. More...
 
class  ChunkOrientedTasklet
 An ITasklet implementing variations on read-process-write item handling. More...
 
interface  IChunkProcessor
 Interface defined for processing Chunks. More...
 
interface  IChunkProvider
 Interface for providing Chunks to be processed, used by the T:ChunkOrientedTasklet. More...
 
class  SimpleChunkProcessor
 Simple implementation of the T:IChunkProcessorinterface that handles basic item writing and processing. Any exceptions encountered will be rethrown. More...
 
class  SimpleChunkProvider
 Simple implementation of the T:IChunkProvider interface that does basic chunk providing from an T:Summer.Batch.Infrastructure.Item.IItemReader. More...