sdk-java
Toggle table of contents
2.9.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
sdk-java
client
/
dev.restate.client
/
Client
/
callAsync
call
Async
abstract
fun
<
Req
,
Res
>
callAsync
(
request
:
Request
<
Req
,
Res
>
)
:
CompletableFuture
<
Response
<
Res
>
>
Future version of
call
See also
call(Request)