Interface MetricsSystemConfiguration<T>
- Type Parameters:
T- Configuration/State for theMetricsSystem.
- All Known Implementing Classes:
NoopMetricsSystemConfiguration
public interface MetricsSystemConfiguration<T>
A container used by a
MetricsSystemFactory to create a MetricsSystem.-
Method Summary
-
Method Details
-
get
T get()- Returns:
- Some state or configuration to create a
MetricsSystem.
-