Example usage for org.springframework.batch.core.launch JobLauncher interface-usage

List of usage examples for org.springframework.batch.core.launch JobLauncher interface-usage

Introduction

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

Usage

From source file org.springframework.batch.core.launch.support.SimpleJobLauncher.java

/**
 * Simple implementation of the {@link JobLauncher} interface. The Spring Core
 * {@link TaskExecutor} interface is used to launch a {@link Job}. This means
 * that the type of executor set is very important. If a
 * {@link SyncTaskExecutor} is used, then the job will be processed
 * <strong>within the same thread that called the launcher.</strong> Care should