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