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