Interface NamedMeterComponent
- 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
-
Method Details
-
getName
String getName()Retrieves the name of the meter component.- Returns:
- the name of the meter component as a
String.
-