invocationHandle
abstract fun <Res> invocationHandle(invocationId: String, resTypeTag: TypeTag<Res>): Client.InvocationHandle<Res>
Create a new InvocationHandle for the provided invocation identifier.
Return
the invocation handle
Parameters
invocationId
the invocation identifier
resTypeTag
type tag used to deserialize the invocation result
open fun <Res> invocationHandle(invocationId: String, clazz: Class<Res>): Client.InvocationHandle<Res>
Create a new InvocationHandle for the provided invocation identifier.
Return
the invocation handle
Parameters
invocationId
the invocation identifier
clazz
used to deserialize the invocation result