Uses of Record Class
eu.rarogsoftware.rarog.platform.api.task.ScheduleConfig
Packages that use ScheduleConfig
Package
Description
-
Uses of ScheduleConfig in eu.rarogsoftware.rarog.platform.api.task
Methods in eu.rarogsoftware.rarog.platform.api.task that return ScheduleConfigMethods in eu.rarogsoftware.rarog.platform.api.task with parameters of type ScheduleConfigModifier and TypeMethodDescriptionAdvancedScheduledExecutorService.scheduleAdvanced
(Runnable command, ScheduleConfig<?> config) Submits an action with advanced config that becomes enabled first after the given initial delay, and subsequently with the given period or with given time after previous execution.<T> ScheduledFuture<T>
AdvancedScheduledExecutorService.scheduleAdvanced
(Callable<T> command, ScheduleConfig<T> config) Submits an action with advanced config that becomes enabled first after the given initial delay, and subsequently with the given period or with given time after previous execution.TaskManager.scheduleTask
(Runnable task, ScheduleConfig<Void> scheduleConfig) Runs provided task using provided config<T> ScheduledFuture<T>
TaskManager.scheduleTask
(Callable<T> task, ScheduleConfig<T> scheduleConfig) Runs provided task using provided config -
Uses of ScheduleConfig in eu.rarogsoftware.rarog.platform.core.task
Methods in eu.rarogsoftware.rarog.platform.core.task with parameters of type ScheduleConfigModifier and TypeMethodDescriptionAdvancedScheduledThreadPoolExecutor.scheduleAdvanced
(Runnable command, ScheduleConfig<?> config) <T> ScheduledFuture<T>
AdvancedScheduledThreadPoolExecutor.scheduleAdvanced
(Callable<T> command, ScheduleConfig<T> config) MonitoredScheduledThreadPoolExecutor.scheduleAdvanced
(Runnable command, ScheduleConfig<?> config) <T> ScheduledFuture<T>
MonitoredScheduledThreadPoolExecutor.scheduleAdvanced
(Callable<T> command, ScheduleConfig<T> config) DefaultTaskManager.scheduleTask
(Runnable task, ScheduleConfig<Void> scheduleConfig) <T> ScheduledFuture<T>
DefaultTaskManager.scheduleTask
(Callable<T> task, ScheduleConfig<T> scheduleConfig)