Uses of Interface
com.github.kagkarlsson.scheduler.SchedulerClient
Packages that use SchedulerClient
Package
Description
-
Uses of SchedulerClient in com.github.kagkarlsson.scheduler
Classes in com.github.kagkarlsson.scheduler that implement SchedulerClientModifier and TypeClassDescriptionclassstatic classMethods in com.github.kagkarlsson.scheduler that return SchedulerClientConstructors in com.github.kagkarlsson.scheduler with parameters of type SchedulerClientModifierConstructorDescriptionFetchCandidates(Executor executor, TaskRepository taskRepository, SchedulerClient schedulerClient, SchedulerClientEventListener earlyExecutionListener, int threadpoolSize, StatsRegistry statsRegistry, SchedulerState schedulerState, ConfigurableLogger failureLogger, TaskResolver taskResolver, Clock clock, PollingStrategyConfig pollingStrategyConfig, Runnable triggerCheckForNewExecutions) LockAndFetchCandidates(Executor executor, TaskRepository taskRepository, SchedulerClient schedulerClient, SchedulerClientEventListener earlyExecutionListener, int threadpoolSize, StatsRegistry statsRegistry, SchedulerState schedulerState, ConfigurableLogger failureLogger, TaskResolver taskResolver, Clock clock, PollingStrategyConfig pollingStrategyConfig, Runnable triggerCheckForNewExecutions) -
Uses of SchedulerClient in com.github.kagkarlsson.scheduler.task
Methods in com.github.kagkarlsson.scheduler.task that return SchedulerClientModifier and TypeMethodDescriptionExecutionContext.getSchedulerClient()Primarily enables ExecutionHandlers to schedule new tasks.Methods in com.github.kagkarlsson.scheduler.task with parameters of type SchedulerClientModifier and TypeMethodDescriptionvoidOnStartup.onStartup(SchedulerClient scheduler, Clock clock) Constructors in com.github.kagkarlsson.scheduler.task with parameters of type SchedulerClientModifierConstructorDescriptionExecutionContext(SchedulerState schedulerState, Execution execution, SchedulerClient schedulerClient) -
Uses of SchedulerClient in com.github.kagkarlsson.scheduler.task.helper
Methods in com.github.kagkarlsson.scheduler.task.helper with parameters of type SchedulerClientModifier and TypeMethodDescriptionvoidScheduleOnStartup.apply(SchedulerClient scheduler, Clock clock, Task<T> task) voidCustomTask.onStartup(SchedulerClient scheduler, Clock clock) voidRecurringTask.onStartup(SchedulerClient scheduler, Clock clock) -
Uses of SchedulerClient in com.github.kagkarlsson.scheduler.testhelper
Classes in com.github.kagkarlsson.scheduler.testhelper that implement SchedulerClient