Class StepRegistryPropertiesConfigAdapter<T extends StepRegistryProperties>

Type Parameters:
T - the properties type
All Implemented Interfaces:
io.micrometer.core.instrument.config.MeterRegistryConfig, io.micrometer.core.instrument.push.PushRegistryConfig
Direct Known Subclasses:
NewRelicPropertiesConfigAdapter, SignalFxPropertiesConfigAdapter, StackdriverPropertiesConfigAdapter

public abstract class StepRegistryPropertiesConfigAdapter<T extends StepRegistryProperties> extends PushRegistryPropertiesConfigAdapter<T>
Base class for StepRegistryProperties to StepRegistryConfig adapters.
Since:
2.0.0
Author:
Jon Schneider, Phillip Webb, Artsiom Yudovin
  • Constructor Details

    • StepRegistryPropertiesConfigAdapter

      public StepRegistryPropertiesConfigAdapter(T properties)