Uses of Class
io.helidon.webserver.observe.health.HealthObserver
Packages that use HealthObserver
Package
Description
Helidon WebServer Observability Health Support.
-
Uses of HealthObserver in io.helidon.webserver.observe.health
Methods in io.helidon.webserver.observe.health that return HealthObserverModifier and TypeMethodDescriptionstatic HealthObserver
HealthObserver.create
(HealthCheck... healthChecks) Create a health observer, adding the provided checks to the checks discovered viaServiceLoader
andHealthCheckProvider
.static HealthObserver
HealthObserver.create
(io.helidon.webserver.observe.health.HealthObserverConfig config) Create a new Health observer using the provided configuration.static HealthObserver
HealthObserver.create
(Consumer<io.helidon.webserver.observe.health.HealthObserverConfig.Builder> consumer) Create a new Health observer customizing its configuration.