Example usage for org.springframework.batch.core.configuration.support JobLoader interface-usage

List of usage examples for org.springframework.batch.core.configuration.support JobLoader interface-usage

Introduction

In this page you can find the example usage for org.springframework.batch.core.configuration.support JobLoader interface-usage.

Usage

From source file org.springframework.batch.core.configuration.support.DefaultJobLoader.java

/**
 * Default implementation of {@link JobLoader}. Uses a {@link JobRegistry} to
 * manage a population of loaded jobs and clears them up when asked. An optional
 * {@link StepRegistry} might also be set to register the step(s) available for
 * each registered job.
 *