autowire:Scala应用程序(包括ScalaJSScalaJVM)之间用于simplesafe RPC的宏

时间:2024-05-02 18:02:24
【文件属性】:

文件名称:autowire:Scala应用程序(包括ScalaJSScalaJVM)之间用于simplesafe RPC的宏

文件大小:23KB

文件格式:ZIP

更新时间:2024-05-02 18:02:24

Scala

汽车线0.3.3 Autowire是一对宏,使您可以在Scala系统之间执行类型安全,无反射的RPC。 Autowire允许您编写类型安全的Ajax / RPC调用,如下所示: // shared interface trait Api { def add ( x : Int , y : Int , z : Int ) : Int } // server-side router and implementation object Server extends autowire. Server ... object ApiImpl extends Api def add ( x : Int , y : Int , z : Int ) = x + y + z } // client-side callsite import autowire . _ // needed for


【文件预览】:
autowire-master
----.travis.yml(806B)
----mill(2KB)
----readme.md(15KB)
----.gitignore(32B)
----build.sc(2KB)
----autowire()
--------test()
--------src()

网友评论