Package dev.restate.generated
Interface IngressGrpc.AsyncService
-
- All Known Implementing Classes:
IngressGrpc.IngressImplBase
- Enclosing class:
- IngressGrpc
public static interface IngressGrpc.AsyncService
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidinvoke(InvokeRequest request, io.grpc.stub.StreamObserver<InvokeResponse> responseObserver)Invoke a service and don't wait for the response.
-
-
-
Method Detail
-
invoke
default 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.
-
-