Uses of Class
cn.boboweike.carrot.scheduling.TaskScheduler
-
Packages that use TaskScheduler Package Description cn.boboweike.carrot.configuration cn.boboweike.carrot.scheduling -
-
Uses of TaskScheduler in cn.boboweike.carrot.configuration
Methods in cn.boboweike.carrot.configuration that return TaskScheduler Modifier and Type Method Description TaskSchedulerCarrotConfiguration.CarrotConfigurationResult. getTaskScheduler()Constructors in cn.boboweike.carrot.configuration with parameters of type TaskScheduler Constructor Description CarrotConfigurationResult(TaskScheduler taskScheduler, TaskRequestScheduler taskRequestScheduler) -
Uses of TaskScheduler in cn.boboweike.carrot.scheduling
Methods in cn.boboweike.carrot.scheduling with parameters of type TaskScheduler Modifier and Type Method Description static voidBackgroundTask. setTaskScheduler(TaskScheduler taskScheduler)
-