io.github.lab515.utils.WebFunc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qray Show documentation
Show all versions of qray Show documentation
remoting ondemand in java
package io.github.lab515.utils;
import java.io.IOException;
public interface WebFunc {
WebLoad execute(WebLoad resp, Object uo) throws IOException;
}