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

quark.Service Maven / Gradle / Ivy

There is a newer version: 2.0.37
Show newest version
/* Quark 1.0.452 run at 2016-11-10 18:39:58.222591 */
package quark;

public interface Service {
    public static quark.reflect.Class quark_Service_ref = datawire_mdk_md.Root.quark_Service_md;
     String getName();
     ServiceInstance getInstance();
     Double getTimeout();
     quark.concurrent.Future rpc(String methodName, java.util.ArrayList args);
}