Uses of Interface
io.grpc.MetricRecorder.BatchCallback
-
Packages that use MetricRecorder.BatchCallback Package Description io.grpc The gRPC core public API.io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of MetricRecorder.BatchCallback in io.grpc
Methods in io.grpc with parameters of type MetricRecorder.BatchCallback Modifier and Type Method Description default MetricRecorder.Registration
MetricRecorder. registerBatchCallback(MetricRecorder.BatchCallback callback, CallbackMetricInstrument... metricInstruments)
Registers a callback to produce metric values for only the listed instruments. -
Uses of MetricRecorder.BatchCallback in io.grpc.internal
Methods in io.grpc.internal with parameters of type MetricRecorder.BatchCallback Modifier and Type Method Description MetricRecorder.Registration
MetricRecorderImpl. registerBatchCallback(MetricRecorder.BatchCallback callback, CallbackMetricInstrument... metricInstruments)
-