toggle menu
sdk-java
2.0.0
jvm
switch theme
search in API
client
/
dev.restate.client
/
Client
/
WorkflowHandle
Workflow
Handle
interface
WorkflowHandle
<
Res
>
Members
Functions
attach
Link copied to clipboard
open
fun
attach
(
)
:
Response
<
Res
>
open
fun
attach
(
options
:
RequestOptions
)
:
Response
<
Res
>
attach
Async
Link copied to clipboard
open
fun
attachAsync
(
)
:
CompletableFuture
<
Response
<
Res
>
>
abstract
fun
attachAsync
(
options
:
RequestOptions
)
:
CompletableFuture
<
Response
<
Res
>
>
get
Output
Link copied to clipboard
open
fun
getOutput
(
)
:
Response
<
Output
<
Res
>
>
open
fun
getOutput
(
options
:
RequestOptions
)
:
Response
<
Output
<
Res
>
>
get
Output
Async
Link copied to clipboard
open
fun
getOutputAsync
(
)
:
CompletableFuture
<
Response
<
Output
<
Res
>
>
>
abstract
fun
getOutputAsync
(
options
:
RequestOptions
)
:
CompletableFuture
<
Response
<
Output
<
Res
>
>
>