| Package | Description |
|---|---|
| io.grpc.services |
Service definitions and utilities for the pre-defined gRPC services.
|
| Modifier and Type | Method and Description |
|---|---|
static CallMetricRecorder |
CallMetricRecorder.getCurrent()
Returns the call metric recorder attached to the current
Context. |
CallMetricRecorder |
CallMetricRecorder.recordCallMetric(String name,
double value)
Records a call metric measurement.
|