Class TimerService
- java.lang.Object
-
- com.alibaba.nacos.client.config.impl.TimerService
-
public class TimerService extends Object
Time Service- Author:
- Nacos
-
-
Constructor Summary
Constructors Constructor Description TimerService()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ScheduledFuture<?>scheduleWithFixedDelay(Runnable command, long initialDelay, long delay, TimeUnit unit)
-
-
-
Method Detail
-
scheduleWithFixedDelay
public static ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay, long delay, TimeUnit unit)
-
-