Uses of Class
io.helidon.health.HealthSupport
-
Packages that use HealthSupport Package Description io.helidon.health Health check support for helidon SE. -
-
Uses of HealthSupport in io.helidon.health
Methods in io.helidon.health that return HealthSupport Modifier and Type Method Description HealthSupport
HealthSupport.Builder. build()
static HealthSupport
HealthSupport. create()
Create a new HealthSupport with no health checks configured.static HealthSupport
HealthSupport. create(Config config)
Create a new HealthSupport with no health checks, configured from provided config.
-