Example usage for org.springframework.batch.core.jsr.launch JsrJobOperator subclass-usage

List of usage examples for org.springframework.batch.core.jsr.launch JsrJobOperator subclass-usage

Introduction

In this page you can find the example usage for org.springframework.batch.core.jsr.launch JsrJobOperator subclass-usage.

Usage

From source file de.codecentric.batch.jsr352.CustomJsrJobOperator.java

/**
 * We cannot use Spring Batch's JsrJobOperator out of two reasons:
 *
 * <p>In the current implementation it's not possible to use an existing ApplicationContext
 * as base context for the batch job contexts.<br>
 * Second reason is that we want to add listeners automatically to the job for having features