Example usage for org.springframework.batch.core.job SimpleStepHandler subclass-usage

List of usage examples for org.springframework.batch.core.job SimpleStepHandler subclass-usage

Introduction

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

Usage

From source file org.springframework.batch.core.jsr.job.DefaultStepHandler.java

/**
 * Extends {@link SimpleStepHandler} to apply JSR-352 specific logic for whether to
 * start a step.
 *
 * @author Michael Minella
 * @since 3.0

From source file org.springframework.batch.core.jsr.job.JsrStepHandler.java

/**
 * Extends {@link SimpleStepHandler} to apply JSR-352 specific logic for whether to
 * start a step.
 *
 * @author Michael Minella
 * @since 3.0