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

cn.vertxup.workflow.service.ReportStub Maven / Gradle / Ivy

The newest version!
package cn.vertxup.workflow.service;

import io.vertx.core.Future;
import io.vertx.core.json.JsonArray;

/**
 * @author Lang
 */
public interface ReportStub {
    /*
     * Fetch Activity
     * */
    Future fetchActivity(String modelKey);

    Future fetchActivityByUser(String modelKey, String userId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy