应该是可以的,不过我需要验证一下效果,但是需要改造一下GenericService接口。
可能将来会长这样:

```
public interface GenericService {

    Object $invoke(String method, String[] parameterTypes, Object[] args) 
throws GenericException;

    CompletableFuture<Object> $invokeAsync(String method, String[] 
parameterTypes, Object[] args) throws GenericException;
}
```

[ Full content available at: 
https://github.com/apache/incubator-dubbo/issues/3163 ]
This message was relayed via gitbox.apache.org for 
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to