Package org.forgerock.openig.health
Interface HealthService.ProbeRegistration
- Enclosing interface:
- HealthService
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A handle to unregister a
HealthProbe
from a HealthService
.-
Method Summary
-
Method Details
-
unregister
void unregister()Unregister the probe.
-