Package dev.restate.client
Interface Client.InvocationHandle<Res>
- All Known Implementing Classes:
SendResponse
- Enclosing interface:
Client
public static interface Client.InvocationHandle<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
-
invocationId
String invocationId() -
attachAsync
-
attachAsync
-
attach
- Throws:
IngressException
-
attach
- Throws:
IngressException
-
getOutputAsync
-
getOutputAsync
-
getOutput
- Throws:
IngressException
-
getOutput
- Throws:
IngressException
-