Example usage for org.springframework.batch.core.step StepLocator interface-usage

List of usage examples for org.springframework.batch.core.step StepLocator interface-usage

Introduction

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

Usage

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

/**
 * Abstract implementation of the {@link Job} interface. Common dependencies
 * such as a {@link JobRepository}, {@link JobExecutionListener}s, and various
 * configuration parameters are set here. Therefore, common error handling and
 * listener calling activities are abstracted away from implementations.
 *