public interface ICron<T extends BaseIdModel>
Modifier and Type | Method and Description |
---|---|
boolean |
checkCron(T data)
检查是否启动定时
|
List<T> |
queryStartingList()
查询启动中的 所有定时任务 列表
|
default int |
startCron()
启动所有的定时任务
|
Copyright © 2017–2022. All rights reserved.