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

top.jfunc.http.interfacing.ServiceMethod Maven / Gradle / Ivy

package top.jfunc.http.interfacing;

import java.io.IOException;

/**
 * @author xiongshiyan at 2019/5/24 , contact me with email [email protected] or phone 15208384257
 */
interface ServiceMethod {
    /**
     * 传参调用返回
     * @param args 参数:接口里面的真正传递的参数
     * @return T 接口的返回值
     * @throws IOException IOException
     */
    T invoke(Object[] args) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy