Package org.sterl.spring.persistent_tasks.api
package org.sterl.spring.persistent_tasks.api
-
ClassDescriptionAddTriggerRequest<T extends Serializable>/** For any registered persistentTask a persistentTask trigger represent one unit of work, executing this persistentTask once.A 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.TaskId<T extends Serializable>Represents the ID of a persistentTask, which is currently not running.TaskId.TriggerBuilder<T extends Serializable>Unique key of a trigger during it's execution.