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 Detail

      • close

        void close()
        Unregister.
        Specified by:
        close in interface java.lang.AutoCloseable