Example usage for org.springframework.batch.integration.chunk ChunkHandler interface-usage

List of usage examples for org.springframework.batch.integration.chunk ChunkHandler interface-usage

Introduction

In this page you can find the example usage for org.springframework.batch.integration.chunk ChunkHandler interface-usage.

Usage

From source file org.springframework.batch.integration.chunk.ChunkProcessorChunkHandler.java

/**
 * A {@link ChunkHandler} based on a {@link ChunkProcessor}. Knows how to distinguish between a processor that is fault
 * tolerant, and one that is not. If the processor is fault tolerant then exceptions can be propagated on the assumption
 * that there will be a roll back and the request will be re-delivered.
 *
 * @author Dave Syer

From source file es.fcs.batch.integration.chunk.GenericChunkProcessorChunkHandler.java

/**
 * A {@link ChunkHandler} based on a {@link ChunkProcessor}. Knows how to distinguish between a processor that is fault
 * tolerant, and one that is not. If the processor is fault tolerant then exceptions can be propagated on the assumption
 * that there will be a roll back and the request will be re-delivered.
 * 
 * @author Dave Syer