Class AckTimerTask

java.lang.Object
org.tio.utils.timer.TimerTask
org.dromara.mica.mqtt.core.util.timer.AckTimerTask
All Implemented Interfaces:
Runnable

public class AckTimerTask extends org.tio.utils.timer.TimerTask
ack TimerTask
Author:
L.cm
  • Field Summary

    Fields inherited from class org.tio.utils.timer.TimerTask

    delayMs, timerTaskEntry
  • Constructor Summary

    Constructors
    Constructor
    Description
    AckTimerTask(org.tio.utils.timer.Timer timer, Runnable command, int maxRetryCount, int retryIntervalSecs)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
     

    Methods inherited from class org.tio.utils.timer.TimerTask

    cancel, getDelayMs, getTimerTaskEntry, setTimerTaskEntry

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AckTimerTask

      public AckTimerTask(org.tio.utils.timer.Timer timer, Runnable command, int maxRetryCount, int retryIntervalSecs)
  • Method Details

    • run

      public void run()