Package io.grpc.benchmarks.proto
Class ReportQpsScenarioServiceGrpc.ReportQpsScenarioServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<ReportQpsScenarioServiceGrpc.ReportQpsScenarioServiceStub>
-
- io.grpc.benchmarks.proto.ReportQpsScenarioServiceGrpc.ReportQpsScenarioServiceStub
-
- Enclosing class:
- ReportQpsScenarioServiceGrpc
public static final class ReportQpsScenarioServiceGrpc.ReportQpsScenarioServiceStub extends io.grpc.stub.AbstractAsyncStub<ReportQpsScenarioServiceGrpc.ReportQpsScenarioServiceStub>
A stub to allow clients to do asynchronous rpc calls to service ReportQpsScenarioService.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ReportQpsScenarioServiceGrpc.ReportQpsScenarioServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidreportScenario(Control.ScenarioResult request, io.grpc.stub.StreamObserver<Control.Void> responseObserver)Report results of a QPS test benchmark scenario.
-
-
-
Method Detail
-
build
protected ReportQpsScenarioServiceGrpc.ReportQpsScenarioServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ReportQpsScenarioServiceGrpc.ReportQpsScenarioServiceStub>
-
reportScenario
public void reportScenario(Control.ScenarioResult request, io.grpc.stub.StreamObserver<Control.Void> responseObserver)
Report results of a QPS test benchmark scenario.
-
-