All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nz.ac.auckland.jobs.periodic.QueuedPeriodicJob.groovy Maven / Gradle / Ivy

The newest version!
package nz.ac.auckland.jobs.periodic

import groovy.transform.CompileStatic

/**
 * These jobs are put into single thread queue, to make sure they are never executed simultaneously.
 * For example periodic database update and periodic reindexing should never run together.
 *
 * @deprecated use Job with @Privileged instead
 */
@CompileStatic
interface QueuedPeriodicJob extends AbstractPeriodicJob{

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy