Example usage for org.springframework.batch.core.step.item SimpleChunkProcessor subclass-usage

List of usage examples for org.springframework.batch.core.step.item SimpleChunkProcessor subclass-usage

Introduction

In this page you can find the example usage for org.springframework.batch.core.step.item SimpleChunkProcessor subclass-usage.

Usage

From source file org.springframework.batch.core.step.item.FaultTolerantChunkProcessor.java

/**
 * FaultTolerant implementation of the {@link ChunkProcessor} interface, that
 * allows for skipping or retry of items that cause exceptions during writing.
 *
 */
public class FaultTolerantChunkProcessor<I, O> extends SimpleChunkProcessor<I, O> {