Example usage for org.springframework.batch.integration.chunk ChunkRequest subclass-usage

List of usage examples for org.springframework.batch.integration.chunk ChunkRequest subclass-usage

Introduction

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

Usage

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

/**
 * Encapsulation of a chunk of items to be processed remotely as part of a step execution.
 * 
 * @author Dave Syer
 * 
 * @param <T> the type of the items to process