Autowire RPC 远程过程调用

授权协议:未知操作系统:跨平台 开发语言:Scala
Autowire 包含一对宏,可以让你在两个 Scala 系统之间执行类型安全、无反射的 RPC 远程过程调用。示例代码: // shared interface trait Api{ ...