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

works.lmz.jobs.periodic.InitJob.groovy Maven / Gradle / Ivy

The newest version!
package works.lmz.jobs.periodic

import groovy.transform.CompileStatic

/**
 * Init jobs are executed only once and on the same thread as queued periodic jobs.
 *
 * @deprecated use @JobConfiguration with negative delay. Ex. @JobConfiguration(delay=-1)
 */
@CompileStatic
public interface InitJob extends AbstractJob{

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy