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

io.vertx.up.uca.job.plugin.JobIncome Maven / Gradle / Ivy

package io.vertx.up.uca.job.plugin;

import io.vertx.core.Future;
import io.vertx.up.commune.Envelop;

/*
 * Job income before, this income interface should provide Future to Job to consume
 */
public interface JobIncome {
    /*
     * Async process income here
     */
    Future beforeAsync(final Envelop envelop);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy