public static final class MetricsServiceGrpc.MetricsServiceStub extends io.grpc.stub.AbstractAsyncStub<MetricsServiceGrpc.MetricsServiceStub>
| Modifier and Type | Method and Description |
|---|---|
protected MetricsServiceGrpc.MetricsServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
getAllGauges(Metrics.EmptyMessage request,
io.grpc.stub.StreamObserver<Metrics.GaugeResponse> responseObserver)
Returns the values of all the gauges that are currently being maintained by
the service
|
void |
getGauge(Metrics.GaugeRequest request,
io.grpc.stub.StreamObserver<Metrics.GaugeResponse> responseObserver)
Returns the value of one gauge
|
protected MetricsServiceGrpc.MetricsServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<MetricsServiceGrpc.MetricsServiceStub>public void getAllGauges(Metrics.EmptyMessage request, io.grpc.stub.StreamObserver<Metrics.GaugeResponse> responseObserver)
Returns the values of all the gauges that are currently being maintained by the service
public void getGauge(Metrics.GaugeRequest request, io.grpc.stub.StreamObserver<Metrics.GaugeResponse> responseObserver)
Returns the value of one gauge