Uses of Class
io.helidon.webserver.observe.info.InfoObserver
Packages that use InfoObserver
-
Uses of InfoObserver in io.helidon.webserver.observe.info
Methods in io.helidon.webserver.observe.info that return InfoObserverModifier and TypeMethodDescriptionstatic InfoObserver
InfoObserver.create()
Create a new Info observer with default configuration.static InfoObserver
InfoObserver.create
(io.helidon.webserver.observe.info.InfoObserverConfig config) Create a new Info observer using the provided configuration.static InfoObserver
InfoObserver.create
(Consumer<io.helidon.webserver.observe.info.InfoObserverConfig.Builder> consumer) Create a new Info observer customizing its configuration.