Package io.grpc.benchmarks.proto
Interface ReportQpsScenarioServiceGrpc.AsyncService
-
- All Known Implementing Classes:
ReportQpsScenarioServiceGrpc.ReportQpsScenarioServiceImplBase
- Enclosing class:
- ReportQpsScenarioServiceGrpc
public static interface ReportQpsScenarioServiceGrpc.AsyncService
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidreportScenario(Control.ScenarioResult request, io.grpc.stub.StreamObserver<Control.Void> responseObserver)Report results of a QPS test benchmark scenario.
-
-
-
Method Detail
-
reportScenario
default void reportScenario(Control.ScenarioResult request, io.grpc.stub.StreamObserver<Control.Void> responseObserver)
Report results of a QPS test benchmark scenario.
-
-