Uses of Interface
top.magstar.framework.scheduler.api.ScheduledTask
Packages that use ScheduledTask
-
Uses of ScheduledTask in top.magstar.framework.scheduler.api
Methods in top.magstar.framework.scheduler.api that return ScheduledTaskModifier and TypeMethodDescriptionScheduler.submitAsyncRepeating(Runnable task, long initialDelay, long period, TimeUnit unit) 提交定时重复任务Scheduler.submitSyncRepeating(Runnable task, long delayTicks, long periodTicks) 提交定时同步任务Methods in top.magstar.framework.scheduler.api that return types with arguments of type ScheduledTaskModifier and TypeMethodDescriptionTaskManager.getActiveTasks()获取所有活跃任务TaskManager.getTask(long taskId) 获取任务Methods in top.magstar.framework.scheduler.api with parameters of type ScheduledTask