Package io.grpc
Interface MetricRecorder.Registration
-
- All Superinterfaces:
java.lang.AutoCloseable
- All Known Subinterfaces:
MetricSink.Registration
- Enclosing interface:
- MetricRecorder
public static interface MetricRecorder.Registration extends java.lang.AutoCloseable
A handle to a registration, that allows unregistration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
Unregister.
-