public static final class EngineGrpc.EngineStub extends io.grpc.stub.AbstractStub<EngineGrpc.EngineStub>
| Modifier and Type | Method and Description |
|---|---|
protected EngineGrpc.EngineStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
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) |
protected EngineGrpc.EngineStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<EngineGrpc.EngineStub>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)