Uses of Interface
org.forgerock.openig.health.HealthProbe
Packages that use HealthProbe
Package
Description
Contains tools to monitor the health of the system.
Integrates with the ForgeRock HTTP Framework.
-
Uses of HealthProbe in org.forgerock.openig.health
Subinterfaces of HealthProbe in org.forgerock.openig.healthModifier and TypeInterfaceDescriptioninterface
Classes in org.forgerock.openig.health that implement HealthProbeMethods in org.forgerock.openig.health with parameters of type HealthProbeModifier and TypeMethodDescriptionHealthService.register
(HealthProbe probe) Registers aHealthProbe
to thisHealthService
.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
. -
Uses of HealthProbe in org.forgerock.openig.http
Constructors in org.forgerock.openig.http with parameters of type HealthProbeModifierConstructorDescriptionSystemHealth
(HealthProbe startedHealthService, HealthProbe readinessHealthService, HealthProbe livenessHealthService) Creates a new instance ofSystemHealth
.