Uses of Interface
io.appform.ranger.core.healthcheck.Healthcheck
Packages that use Healthcheck
Package
Description
-
Uses of Healthcheck in io.appform.ranger.core.healthcheck
Methods in io.appform.ranger.core.healthcheck that return HealthcheckModifier and TypeMethodDescriptionstatic HealthcheckHealthchecks.defaultHealthyCheck()static HealthcheckHealthchecks.fileExistenceCheck(String filePath) Constructor parameters in io.appform.ranger.core.healthcheck with type arguments of type HealthcheckModifierConstructorDescriptionHealthChecker(List<Healthcheck> healthChecks, int staleUpdateThreshold) -
Uses of Healthcheck in io.appform.ranger.core.healthservice
Classes in io.appform.ranger.core.healthservice that implement HealthcheckModifier and TypeClassDescriptionclassThis is a simpleHealthServiceimplementation, which can be used to register a set ofIsolatedHealthMonitors and get an aggregated health of the service. -
Uses of Healthcheck in io.appform.ranger.core.serviceprovider
Fields in io.appform.ranger.core.serviceprovider with type parameters of type HealthcheckModifier and TypeFieldDescriptionprotected final List<Healthcheck>BaseServiceProviderBuilder.healthchecksMethods in io.appform.ranger.core.serviceprovider with parameters of type HealthcheckModifier and TypeMethodDescriptionBaseServiceProviderBuilder.withHealthcheck(Healthcheck healthcheck)