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

com.github.ltsopensource.spring.quartz.invoke.JobExecution Maven / Gradle / Ivy

The newest version!
package com.github.ltsopensource.spring.quartz.invoke;

import com.github.ltsopensource.core.domain.Job;
import com.github.ltsopensource.spring.quartz.QuartzJobContext;

/**
 * @author Robert HG ([email protected]) on 3/27/16.
 */
public interface JobExecution {

    public void execute(QuartzJobContext quartzJobContext, Job job) throws Throwable;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy