All Known Subinterfaces:
MeterExporterConfiguration

public interface NamedMeterComponent
Represents a component in the meter system that has an associated name. Implementations of this interface provide a way to retrieve the name of the component.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the name of the meter component.
  • Method Details

    • getName

      String getName()
      Retrieves the name of the meter component.
      Returns:
      the name of the meter component as a String.