Example usage for org.springframework.batch.core.step NoWorkFoundStepExecutionListener NoWorkFoundStepExecutionListener

List of usage examples for org.springframework.batch.core.step NoWorkFoundStepExecutionListener NoWorkFoundStepExecutionListener

Introduction

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

Prototype

NoWorkFoundStepExecutionListener

Source Link

Usage

From source file:be.ordina.springbatch.batch.jobs.ImportTrajectInformationConfig.java

@Bean
public NoWorkFoundStepExecutionListener noWorkFoundStepExecutionListener() {
    return new NoWorkFoundStepExecutionListener();
}