![JAR search and dependency download from the Maven repository](/logo.png)
com.alibaba.dubbo.rpc.service.GenericService Maven / Gradle / Ivy
package com.alibaba.dubbo.rpc.service;
public interface GenericService {
Object $invoke(String methodName, String[] parameterTypes, Object[] args) throws GenericException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy