Example usage for org.springframework.batch.core.job StepHandler interface-usage

List of usage examples for org.springframework.batch.core.job StepHandler interface-usage

Introduction

In this page you can find the example usage for org.springframework.batch.core.job StepHandler interface-usage.

Usage

From source file org.springframework.batch.core.job.SimpleStepHandler.java

/**
 * Implementation of {@link StepHandler} that manages repository and restart
 * concerns.
 *
 * @author Dave Syer
 *