Class ThreadStepInterruptionPolicy

java.lang.Object
org.springframework.batch.core.step.ThreadStepInterruptionPolicy
All Implemented Interfaces:
StepInterruptionPolicy

public class ThreadStepInterruptionPolicy extends Object implements StepInterruptionPolicy
Policy that checks the current thread to see if it has been interrupted.
Author:
Lucas Ward, Dave Syer
  • Field Details

    • logger

      protected static final org.apache.commons.logging.Log logger
  • Constructor Details

    • ThreadStepInterruptionPolicy

      public ThreadStepInterruptionPolicy()
  • Method Details