toggle menu
sdk-java
2.0.0
jvm
switch theme
search in API
client
/
dev.restate.client
/
Client
/
invocationHandle
invocation
Handle
abstract
fun
<
Res
>
invocationHandle
(
invocationId
:
String
,
resSerde
:
TypeTag
<
Res
>
)
:
Client.InvocationHandle
<
Res
>
open
fun
<
Res
>
invocationHandle
(
invocationId
:
String
,
clazz
:
Class
<
Res
>
)
:
Client.InvocationHandle
<
Res
>