public abstract static class EngineGrpc.EngineImplBase
extends java.lang.Object
implements io.grpc.BindableService
| Constructor and Description |
|---|
EngineGrpc.EngineImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
void |
createUniqueID(Values.stringValue request,
io.grpc.stub.StreamObserver<Values.stringValue> responseObserver) |
io.grpc.stub.StreamObserver<Procedure.Call> |
execBatch(io.grpc.stub.StreamObserver<Procedure.Response> responseObserver) |
void |
execProcedure(Procedure.Call request,
io.grpc.stub.StreamObserver<Procedure.Response> responseObserver) |
void |
isValidUniqueID(Values.stringValue request,
io.grpc.stub.StreamObserver<Values.booleanValue> responseObserver) |
public void execProcedure(Procedure.Call request, io.grpc.stub.StreamObserver<Procedure.Response> responseObserver)
public io.grpc.stub.StreamObserver<Procedure.Call> execBatch(io.grpc.stub.StreamObserver<Procedure.Response> responseObserver)
public void createUniqueID(Values.stringValue request, io.grpc.stub.StreamObserver<Values.stringValue> responseObserver)
public void isValidUniqueID(Values.stringValue request, io.grpc.stub.StreamObserver<Values.booleanValue> responseObserver)
public io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableService