invocationHandle

abstract fun <Res> invocationHandle(invocationId: String, resSerde: TypeTag<Res>): Client.InvocationHandle<Res>
open fun <Res> invocationHandle(invocationId: String, clazz: Class<Res>): Client.InvocationHandle<Res>