Uses of Interface
org.forgerock.openig.health.HealthService
Packages that use HealthService
-
Uses of HealthService in org.forgerock.openig.health
Methods in org.forgerock.openig.health that return HealthServiceModifier and TypeMethodDescriptionstatic HealthService
HealthService.multiProbeHealthService()
Returns an implementation of theHealthService
based on a list of registered probed.static HealthService
HealthService.singleProbeHealthService
(HealthProbe probe) Returns an implementation of theHealthService
that can't be updated with additional probes and has a status that is based only on the status of a singleHealthProbe
.