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

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

Introduction

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

Usage

From source file org.springframework.batch.core.jsr.step.item.JsrFaultTolerantChunkProcessor.java

/**
 * Extension of the {@link JsrChunkProcessor} that adds skip and retry functionality.
 *
 * @author Michael Minella
 * @author Chris Schaefer
 *