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

com.github.ltsopensource.jobclient.support.JobSubmitExecutor Maven / Gradle / Ivy

package com.github.ltsopensource.jobclient.support;

import com.github.ltsopensource.core.domain.Job;
import com.github.ltsopensource.core.exception.JobSubmitException;

import java.util.List;

/**
 * @author Robert HG ([email protected]) on 5/21/15.
 */
public interface JobSubmitExecutor {

    T execute(List jobs) throws JobSubmitException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy