invocationHandle
open 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