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

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

Introduction

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

Usage

From source file org.springframework.batch.core.step.ThreadStepInterruptionPolicy.java

/**
 * Policy that checks the current thread to see if it has been interrupted.
 *
 * @author Lucas Ward
 * @author Dave Syer
 *