Uses of Class
io.helidon.webserver.observe.info.InfoObserverConfig.Builder
-
Uses of InfoObserverConfig.Builder in io.helidon.webserver.observe.info
Modifier and TypeMethodDescriptionstatic InfoObserverConfig.Builder
InfoObserver.builder()
Create a new builder to configure Info observer.static InfoObserverConfig.Builder
InfoObserverConfig.builder()
Create a new fluent API builder to customize configuration.static InfoObserverConfig.Builder
InfoObserverConfig.builder
(InfoObserverConfig instance) Create a new fluent API builder from an existing instance.Modifier and TypeMethodDescriptionstatic InfoObserver
InfoObserver.create
(Consumer<InfoObserverConfig.Builder> consumer) Create a new Info observer customizing its configuration.