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
/
InvocationHandle
/
attachAsync
attach
Async
abstract
fun
attachAsync
(
options
:
RequestOptions
)
:
CompletableFuture
<
Response
<
Res
>
>
Future version of
attach
, with options.
See also
attach()
open
fun
attachAsync
(
)
:
CompletableFuture
<
Response
<
Res
>
>
Future version of
attach
See also
attach()