Package io.grpc.testing.integration
Class MetricsServiceGrpc.MetricsServiceImplBase
- java.lang.Object
-
- io.grpc.testing.integration.MetricsServiceGrpc.MetricsServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService,MetricsServiceGrpc.AsyncService
- Enclosing class:
- MetricsServiceGrpc
public abstract static class MetricsServiceGrpc.MetricsServiceImplBase extends java.lang.Object implements io.grpc.BindableService, MetricsServiceGrpc.AsyncService
Base class for the server implementation of the service MetricsService.
-
-
Constructor Summary
Constructors Constructor Description MetricsServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.grpc.testing.integration.MetricsServiceGrpc.AsyncService
getAllGauges, getGauge
-
-