Example usage for org.springframework.batch.repeat RepeatOperations interface-usage

List of usage examples for org.springframework.batch.repeat RepeatOperations interface-usage

Introduction

In this page you can find the example usage for org.springframework.batch.repeat RepeatOperations interface-usage.

Usage

From source file org.springframework.batch.repeat.support.RepeatTemplate.java

/**
 * Simple implementation and base class for batch templates implementing
 * {@link RepeatOperations}. Provides a framework including interceptors and
 * policies. Subclasses just need to provide a method that gets the next result
 * and one that waits for all the results to be returned from concurrent
 * processes or threads.<br>