接口 StoppableTasklet

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型方法说明
      voidstop()
      Used to signal that the job this Tasklet is executing within has been requested to stop.
      • 从接口继承的方法 org.springframework.batch.core.step.tasklet.Tasklet

        execute
    • 方法详细资料

      • stop

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