Package io.grpc
Interface MetricRecorder.BatchCallback
-
- Enclosing interface:
- MetricRecorder
public static interface MetricRecorder.BatchCallback
Callback to record gauge values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(MetricRecorder.BatchRecorder recorder)
Records instrument values intorecorder
.
-
-
-
Method Detail
-
accept
void accept(MetricRecorder.BatchRecorder recorder)
Records instrument values intorecorder
.
-
-