Package dev.restate.generated
Class IngressGrpc.IngressBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<IngressGrpc.IngressBlockingStub>
-
- dev.restate.generated.IngressGrpc.IngressBlockingStub
-
- Enclosing class:
- IngressGrpc
public static final class IngressGrpc.IngressBlockingStub extends io.grpc.stub.AbstractBlockingStub<IngressGrpc.IngressBlockingStub>
A stub to allow clients to do synchronous rpc calls to service Ingress.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IngressGrpc.IngressBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)InvokeResponseinvoke(InvokeRequest request)Invoke a service and don't wait for the response.
-
-
-
Method Detail
-
build
protected IngressGrpc.IngressBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<IngressGrpc.IngressBlockingStub>
-
invoke
public 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.
-
-