Interface MetricsComponentRegistry

  • All Known Implementing Classes:
    MetricsComponent

    public interface MetricsComponentRegistry
    Registry Entry for Metrics Components.
    • Method Detail

      • getName

        java.lang.String getName()
        Fetches the name of the Component.
        Returns:
        name of the Component
      • registerFeature

        MetricsFeature registerFeature​(java.lang.String featureName)
        Registers a Feature for this component.
        Parameters:
        featureName - name of the Feature to register
        Returns:
        Feature object that can be used when creating Metrics