Package org.sterl.spring.persistent_tasks.api
package org.sterl.spring.persistent_tasks.api
-
ClassDescriptionA schedule based on a cron expression.CronTriggerBuilder<T extends Serializable>Fluent builder for creating scheduled (recurring) triggers.Representing a cron trigger definition registered in-memory.A schedule based on a fixed time interval.QTriggerKey is a Querydsl query type for TriggerKeyA retry strategy that determines the next retry time by adding a fixed interval to the current time in the specified temporal unit.A retry strategy that determines the next retry time by adding a fixed offset and the execution count to the current time in the specified temporal unit.A retry strategy that determines the next retry time by multiplying the execution count by a scaling factor and adding the result to the current time in the specified temporal unit.Represents a schedule that can calculate the next execution time.TaskId<T extends Serializable>Represents the ID of a persistentTask, which is currently not running.TriggerBuilder<T extends Serializable>Unique key of a trigger during it's execution.TriggerRequest<T extends Serializable>/** For any registered persistentTask a persistentTask trigger represent one unit of work, executing this persistentTask once.