Uses of Class
io.helidon.webserver.observe.config.ConfigObserver
Packages that use ConfigObserver
Package
Description
Helidon WebServer Observability Config Support.
-
Uses of ConfigObserver in io.helidon.webserver.observe.config
Methods in io.helidon.webserver.observe.config that return ConfigObserverModifier and TypeMethodDescriptionstatic ConfigObserver
ConfigObserver.create()
Create a new Config observer with default configuration.static ConfigObserver
ConfigObserver.create
(io.helidon.webserver.observe.config.ConfigObserverConfig config) Create a new Config observer using the provided configuration.static ConfigObserver
ConfigObserver.create
(Consumer<io.helidon.webserver.observe.config.ConfigObserverConfig.Builder> consumer) Create a new Config observer customizing its configuration.