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

io.vertx.up.uca.job.store.JobReader Maven / Gradle / Ivy

There is a newer version: 0.9.0
Show newest version
package io.vertx.up.uca.job.store;

import io.vertx.up.atom.worker.Mission;

import java.util.Set;

/*
 * Package using here for job reading
 */
interface JobReader {

    /*
     * Get all job definition from zero framework
     */
    Set fetch();

    /*
     * Find job by name.
     */
    Mission fetch(String name);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy