toggle menu
sdk-java
1.2.0
jvm
switch theme
search in API
sdk-common
/
dev.restate.sdk.client
/
Client
/
InvocationHandle
Invocation
Handle
interface
InvocationHandle
<
Res
>
Members
Functions
attach
Link copied to clipboard
open
fun
attach
(
)
:
Res
open
fun
attach
(
options
:
RequestOptions
)
:
Res
attach
Async
Link copied to clipboard
open
fun
attachAsync
(
)
:
CompletableFuture
<
Res
>
abstract
fun
attachAsync
(
options
:
RequestOptions
)
:
CompletableFuture
<
Res
>
get
Output
Link copied to clipboard
open
fun
getOutput
(
)
:
Output
<
Res
>
open
fun
getOutput
(
options
:
RequestOptions
)
:
Output
<
Res
>
get
Output
Async
Link copied to clipboard
open
fun
getOutputAsync
(
)
:
CompletableFuture
<
Output
<
Res
>
>
abstract
fun
getOutputAsync
(
options
:
RequestOptions
)
:
CompletableFuture
<
Output
<
Res
>
>
invocation
Id
Link copied to clipboard
abstract
fun
invocationId
(
)
:
String