Class TimerTaskService


  • public class TimerTaskService
    extends Object
    定时任务服务
    Author:
    Nacos
    • Constructor Detail

      • TimerTaskService

        public TimerTaskService()
    • Method Detail

      • scheduleWithFixedDelay

        public static void scheduleWithFixedDelay​(Runnable command,
                                                  long initialDelay,
                                                  long delay,
                                                  TimeUnit unit)