Uses of Interface
top.focess.qq.api.schedule.Task
-
Packages that use Task Package Description top.focess.qq.api.exceptions top.focess.qq.api.schedule top.focess.qq.core.debug top.focess.qq.core.schedule -
-
Uses of Task in top.focess.qq.api.exceptions
Constructors in top.focess.qq.api.exceptions with parameters of type Task Constructor Description TaskNotFoundException(Task task)Constructs a TaskNotFoundException -
Uses of Task in top.focess.qq.api.schedule
Subinterfaces of Task in top.focess.qq.api.schedule Modifier and Type Interface Description interfaceCallback<V>The warped task.Methods in top.focess.qq.api.schedule that return Task Modifier and Type Method Description default TaskScheduler. run(Runnable runnable)Run a task nowTaskScheduler. run(Runnable runnable, java.time.Duration delay)Run a task laterTaskScheduler. runTimer(Runnable runnable, java.time.Duration delay, java.time.Duration period)Run a task timer -
Uses of Task in top.focess.qq.core.debug
Methods in top.focess.qq.core.debug with parameters of type Task Modifier and Type Method Description static SectionSection. startSection(String name, Task task, java.time.Duration timeout) -
Uses of Task in top.focess.qq.core.schedule
Classes in top.focess.qq.core.schedule that implement Task Modifier and Type Class Description classFocessCallback<V>classFocessTaskMethods in top.focess.qq.core.schedule that return Task Modifier and Type Method Description TaskFocessScheduler. run(Runnable runnable, java.time.Duration delay)TaskThreadPoolScheduler. run(Runnable runnable, java.time.Duration delay)TaskFocessScheduler. runTimer(Runnable runnable, java.time.Duration delay, java.time.Duration period)TaskThreadPoolScheduler. runTimer(Runnable runnable, java.time.Duration delay, java.time.Duration period)
-