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