Uses of Class
io.helidon.webserver.observe.info.InfoObserverConfig.Builder
Packages that use InfoObserverConfig.Builder
-
Uses of InfoObserverConfig.Builder in io.helidon.webserver.observe.info
Methods in io.helidon.webserver.observe.info that return InfoObserverConfig.BuilderModifier and TypeMethodDescriptionstatic InfoObserverConfig.BuilderInfoObserver.builder()Create a new builder to configure Info observer.static InfoObserverConfig.BuilderInfoObserverConfig.builder()Create a new fluent API builder to customize configuration.static InfoObserverConfig.BuilderInfoObserverConfig.builder(InfoObserverConfig instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.webserver.observe.info with type arguments of type InfoObserverConfig.BuilderModifier and TypeMethodDescriptionstatic InfoObserverInfoObserver.create(Consumer<InfoObserverConfig.Builder> consumer) Create a new Info observer customizing its configuration.