Package io.grpc

Interface MetricRecorder.Registration

All Superinterfaces:
AutoCloseable
All Known Subinterfaces:
MetricSink.Registration
Enclosing interface:
MetricRecorder

public static interface MetricRecorder.Registration extends AutoCloseable
A handle to a registration, that allows unregistration.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Unregister.
  • Method Details