Last active
September 30, 2017 19:59
-
-
Save ntoskrnl/e2c20e55e3d0fb83d6db48fe06053e49 to your computer and use it in GitHub Desktop.
Usage of annotation-based JsonRpcClient
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val client: JsonRpcClient = ... | |
val service = createJsonRpcService(MyService::class, client) | |
val result = service.myMethod(100, "value", listOf(1, 2, 3, 4)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment