Interface Metrics

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static boolean METRICS_ENABLED  
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default void close()
      Used to close out the metrics, for example when an http server/client has been closed.
    • Field Detail

      • METRICS_ENABLED

        static final boolean METRICS_ENABLED
    • Method Detail

      • close

        default void close()
        Used to close out the metrics, for example when an http server/client has been closed.

        No specific thread and context can be expected when this method is called.