Package dev.restate.sdk.client
Interface Client.WorkflowHandle<Res>
- Enclosing interface:
- Client
public static interface Client.WorkflowHandle<Res>
-
Method Summary
Modifier and TypeMethodDescriptiondefault Res
attach()
default Res
attach
(RequestOptions options) default CompletableFuture<Res>
attachAsync
(RequestOptions options) getOutput
(RequestOptions options) default CompletableFuture<Output<Res>>
getOutputAsync
(RequestOptions options)
-
Method Details
-
attachAsync
-
attachAsync
-
attach
- Throws:
IngressException
-
attach
- Throws:
IngressException
-
getOutputAsync
-
getOutputAsync
-
getOutput
- Throws:
IngressException
-
getOutput
- Throws:
IngressException
-