way-to-architect
More
Search
Ctrl + K
RPC最简实现
现在,假如有一个服务:HelloService
Copy
public
interface
HelloService
{
String
sayHello
(
String
name);
}