Interface MetricsSystemConfiguration<T>

Type Parameters:
T - Configuration/State for the MetricsSystem.
All Known Implementing Classes:
NoopMetricsSystemConfiguration

public interface MetricsSystemConfiguration<T>
A container used by a MetricsSystemFactory to create a MetricsSystem.
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
  • Method Details

    • get

      T get()
      Returns:
      Some state or configuration to create a MetricsSystem.