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(StringValue request,
io.grpc.stub.StreamObserver<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(StringValue request,
io.grpc.stub.StreamObserver<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(StringValue request, io.grpc.stub.StreamObserver<StringValue> responseObserver)
public void isValidUniqueID(StringValue request, io.grpc.stub.StreamObserver<BooleanValue> responseObserver)
public io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableService