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

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

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

/**
 * This is base interface for other jobs.
 *
 * @deprecated periodic delay is set in @JobConfiguration now
 */
interface AbstractPeriodicJob extends AbstractJob{

	/**
	 * Time between executions (between end of previous job and start of next job) in seconds
	 * @return
	 */
	Long getPeriodicDelay()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy