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

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

Introduction

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

Usage

From source file org.springframework.batch.core.scope.context.StepContextRepeatCallback.java

/**
 * Convenient base class for clients who need to do something in a repeat
 * callback inside a {@link Step}.
 *
 * @author Dave Syer
 *