Uses of Class
io.helidon.webserver.observe.health.HealthObserverConfig.Builder
Package
Description
Helidon WebServer Observability Health Support.
-
Uses of HealthObserverConfig.Builder in io.helidon.webserver.observe.health
Modifier 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.Modifier and TypeMethodDescriptionstatic HealthObserver
HealthObserver.create
(Consumer<HealthObserverConfig.Builder> consumer) Create a new Health observer customizing its configuration.