Uses of Interface
cool.scx.scheduling.TaskContext
Packages that use TaskContext
Package
Description
-
Uses of TaskContext in cool.scx.scheduling
Method parameters in cool.scx.scheduling with type arguments of type TaskContextModifier and TypeMethodDescriptiondefault ScheduleContextScheduleTask.start(cool.scx.function.ConsumerX<TaskContext, ?> task) 直接启动任务ScheduleTask.task(cool.scx.function.ConsumerX<TaskContext, ?> task) 设置任务 -
Uses of TaskContext in cool.scx.scheduling.cron
Method parameters in cool.scx.scheduling.cron with type arguments of type TaskContextModifier and TypeMethodDescriptionCronTaskImpl.task(cool.scx.function.ConsumerX<TaskContext, ?> task) -
Uses of TaskContext in cool.scx.scheduling.multi_time
Method parameters in cool.scx.scheduling.multi_time with type arguments of type TaskContextModifier and TypeMethodDescriptionMultiTimeTaskImpl.task(cool.scx.function.ConsumerX<TaskContext, ?> task) -
Uses of TaskContext in cool.scx.scheduling.single_time
Method parameters in cool.scx.scheduling.single_time with type arguments of type TaskContextModifier and TypeMethodDescriptionSingleTimeTaskImpl.task(cool.scx.function.ConsumerX<TaskContext, ?> task)