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
ConstructorsConstructorDescriptionAckTimerTask(org.tio.utils.timer.Timer timer, Runnable command, int maxRetryCount, int retryIntervalSecs) -
Method Summary
Methods inherited from class org.tio.utils.timer.TimerTask
cancel, getDelayMs, getTimerTaskEntry, setTimerTaskEntry
-
Constructor Details
-
AckTimerTask
public AckTimerTask(org.tio.utils.timer.Timer timer, Runnable command, int maxRetryCount, int retryIntervalSecs)
-
-
Method Details
-
run
public void run()
-