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 HealthObserverHealthObserver.create(HealthCheck... healthChecks) Create a health observer, adding the provided checks to the checks discovered viaServiceLoaderandHealthCheckProvider.static HealthObserverHealthObserver.create(io.helidon.webserver.observe.health.HealthObserverConfig config) Create a new Health observer using the provided configuration.static HealthObserverHealthObserver.create(Consumer<io.helidon.webserver.observe.health.HealthObserverConfig.Builder> consumer) Create a new Health observer customizing its configuration.