Class StopTaskTimerTask

java.lang.Object
com.aizuda.snailjob.client.job.core.timer.StopTaskTimerTask
All Implemented Interfaces:
io.netty.util.TimerTask

public class StopTaskTimerTask extends Object implements io.netty.util.TimerTask
Since:
2.4.0
Author:
opensnail
  • Constructor Details

    • StopTaskTimerTask

      public StopTaskTimerTask(Long taskBatchId)
  • Method Details

    • run

      public void run(io.netty.util.Timeout timeout) throws Exception
      Specified by:
      run in interface io.netty.util.TimerTask
      Throws:
      Exception