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