public abstract static class RegressionServiceGrpc.RegressionServiceImplBase
extends java.lang.Object
implements io.grpc.BindableService
| Constructor and Description |
|---|
RegressionServiceImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
void |
deNoise(Service.TestReq request,
io.grpc.stub.StreamObserver<Service.deNoiseResponse> responseObserver) |
void |
end(Service.endRequest request,
io.grpc.stub.StreamObserver<Service.endResponse> responseObserver) |
void |
getTC(Service.getTCRequest request,
io.grpc.stub.StreamObserver<Service.TestCase> responseObserver) |
void |
getTCS(Service.getTCSRequest request,
io.grpc.stub.StreamObserver<Service.getTCSResponse> responseObserver) |
void |
postTC(Service.TestCaseReq request,
io.grpc.stub.StreamObserver<Service.postTCResponse> responseObserver) |
void |
start(Service.startRequest request,
io.grpc.stub.StreamObserver<Service.startResponse> responseObserver) |
void |
test(Service.TestReq request,
io.grpc.stub.StreamObserver<Service.testResponse> responseObserver) |
public void end(Service.endRequest request, io.grpc.stub.StreamObserver<Service.endResponse> responseObserver)
public void start(Service.startRequest request, io.grpc.stub.StreamObserver<Service.startResponse> responseObserver)
public void getTC(Service.getTCRequest request, io.grpc.stub.StreamObserver<Service.TestCase> responseObserver)
public void getTCS(Service.getTCSRequest request, io.grpc.stub.StreamObserver<Service.getTCSResponse> responseObserver)
public void postTC(Service.TestCaseReq request, io.grpc.stub.StreamObserver<Service.postTCResponse> responseObserver)
public void deNoise(Service.TestReq request, io.grpc.stub.StreamObserver<Service.deNoiseResponse> responseObserver)
public void test(Service.TestReq request, io.grpc.stub.StreamObserver<Service.testResponse> responseObserver)
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableService