Interface StoppableTasklet

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      voidstop()
      Used to signal that the job this Tasklet is executing within has been requested to stop.
      • Methods inherited from interface org.springframework.batch.core.step.tasklet.Tasklet

        execute
    • Method Detail

      • stop

        void stop()
        Used to signal that the job this Tasklet is executing within has been requested to stop.