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

com.alibaba.dubbo.rpc.service.GenericService Maven / Gradle / Ivy

There is a newer version: 1.8.3
Show newest version
package com.alibaba.dubbo.rpc.service;

public interface GenericService {
    Object $invoke(String methodName, String[] parameterTypes, Object[] args) throws GenericException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy