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

se.l4.jobs.SubmittedJob Maven / Gradle / Ivy

package se.l4.jobs;

import java.util.concurrent.CompletableFuture;


/**
 * Information about a submitted job.
 * 
 * @author Andreas Holstenson
 *
 */
public interface SubmittedJob
{
	CompletableFuture result();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy