Class StepRegistryPropertiesConfigAdapter<T extends StepRegistryProperties>
java.lang.Object
org.springframework.boot.micrometer.metrics.autoconfigure.export.properties.PropertiesConfigAdapter<T>
org.springframework.boot.micrometer.metrics.autoconfigure.export.properties.PushRegistryPropertiesConfigAdapter<T>
org.springframework.boot.micrometer.metrics.autoconfigure.export.properties.StepRegistryPropertiesConfigAdapter<T>
- 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, StackdriverPropertiesConfigAdapter
public abstract class StepRegistryPropertiesConfigAdapter<T extends StepRegistryProperties>
extends PushRegistryPropertiesConfigAdapter<T>
Base class for
StepRegistryProperties to StepRegistryConfig adapters.- Since:
- 4.0.0
-
Nested Class Summary
Nested classes/interfaces inherited from class PropertiesConfigAdapter
PropertiesConfigAdapter.Fallback<V>, PropertiesConfigAdapter.Getter<T,V>, PropertiesConfigAdapter.RequiredFallback<V> -
Field Summary
Fields inherited from class PropertiesConfigAdapter
properties -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PushRegistryPropertiesConfigAdapter
batchSize, enabled, get, stepMethods inherited from class PropertiesConfigAdapter
get, obtainMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micrometer.core.instrument.config.MeterRegistryConfig
prefix, requireValidMethods inherited from interface io.micrometer.core.instrument.push.PushRegistryConfig
connectTimeout, numThreads, readTimeout, validate
-
Constructor Details
-
StepRegistryPropertiesConfigAdapter
-