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