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

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