Uses of Class
io.helidon.webserver.observe.health.HealthObserverConfig.Builder
Packages that use HealthObserverConfig.Builder
Package
Description
Helidon WebServer Observability Health Support.
-
Uses of HealthObserverConfig.Builder in io.helidon.webserver.observe.health
Methods in io.helidon.webserver.observe.health that return HealthObserverConfig.BuilderModifier and TypeMethodDescriptionstatic HealthObserverConfig.BuilderHealthObserver.builder()Create a new builder to configure Health observer.static HealthObserverConfig.BuilderHealthObserverConfig.builder()Create a new fluent API builder to customize configuration.static HealthObserverConfig.BuilderHealthObserverConfig.builder(HealthObserverConfig instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.webserver.observe.health with type arguments of type HealthObserverConfig.BuilderModifier and TypeMethodDescriptionstatic HealthObserverHealthObserver.create(Consumer<HealthObserverConfig.Builder> consumer) Create a new Health observer customizing its configuration.