Uses of Class
org.sterl.spring.persistent_tasks.api.CronTriggerBuilder
Packages that use CronTriggerBuilder
-
Uses of CronTriggerBuilder in org.sterl.spring.persistent_tasks.api
Methods in org.sterl.spring.persistent_tasks.api that return CronTriggerBuilderModifier and TypeMethodDescriptionSets the schedule using a fixed interval after each invocation.Sets the schedule using a cron expression.Sets the unique ID for this scheduled trigger.TaskId.newCron()CronTriggerBuilder.priority(int priority) Sets the priority for created triggers (higher = more important).Sets a fixed state for all trigger executions.CronTriggerBuilder.stateProvider(Supplier<T> stateProvider) Sets a state provider that's called for each trigger execution.Sets a custom tag for created triggers.