Uses of Interface
org.springframework.boot.micrometer.metrics.autoconfigure.export.properties.PropertiesConfigAdapter.RequiredFallback
Packages that use PropertiesConfigAdapter.RequiredFallback
Package
Description
Base properties and adapters used when exporting actuator metrics.
-
Uses of PropertiesConfigAdapter.RequiredFallback in org.springframework.boot.micrometer.metrics.autoconfigure.export.properties
Methods in org.springframework.boot.micrometer.metrics.autoconfigure.export.properties with parameters of type PropertiesConfigAdapter.RequiredFallbackModifier and TypeMethodDescriptionprotected final <V> VPropertiesConfigAdapter.obtain(PropertiesConfigAdapter.Getter<T, V> getter, PropertiesConfigAdapter.RequiredFallback<V> fallback) Get the value from the properties or use a fallback from thedefaults.