Example usage for org.springframework.batch.core.step.item ChunkProvider interface-usage

List of usage examples for org.springframework.batch.core.step.item ChunkProvider interface-usage

Introduction

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

Usage

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

/**
 * Simple implementation of the ChunkProvider interface that does basic chunk
 * providing from an {@link ItemReader}.
 *
 * @author Dave Syer
 * @author Michael Minella