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