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 TypeInterfaceDescriptioninterfaceClasses in org.forgerock.openig.health that implement HealthProbeMethods in org.forgerock.openig.health with parameters of type HealthProbeModifier and TypeMethodDescriptionHealthService.register(HealthProbe probe) Registers aHealthProbeto thisHealthService.static HealthServiceHealthService.singleProbeHealthService(HealthProbe probe) Returns an implementation of theHealthServicethat 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.