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.Builder
HealthObserver.builder()
Create a new builder to configure Health observer.static HealthObserverConfig.Builder
HealthObserverConfig.builder()
Create a new fluent API builder to customize configuration.static HealthObserverConfig.Builder
HealthObserverConfig.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 HealthObserver
HealthObserver.create
(Consumer<HealthObserverConfig.Builder> consumer) Create a new Health observer customizing its configuration.