Package dev.restate.generated
Class IngressGrpc.IngressFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<IngressGrpc.IngressFutureStub>
-
- dev.restate.generated.IngressGrpc.IngressFutureStub
-
- Enclosing class:
- IngressGrpc
public static final class IngressGrpc.IngressFutureStub extends io.grpc.stub.AbstractFutureStub<IngressGrpc.IngressFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service Ingress.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IngressGrpc.IngressFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<InvokeResponse>invoke(InvokeRequest request)Invoke a service and don't wait for the response.
-
-
-
Method Detail
-
build
protected IngressGrpc.IngressFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<IngressGrpc.IngressFutureStub>
-
invoke
public com.google.common.util.concurrent.ListenableFuture<InvokeResponse> invoke(InvokeRequest request)
Invoke a service and don't wait for the response. It is guaranteed that the service will be invoked after this method returns.
-
-