Uses of Interface
de.xima.fc.system.server.api.health.IHealthCheckRegistry
-
Packages that use IHealthCheckRegistry Package Description de.xima.fc.system.impl.server de.xima.fc.system.impl.server.health de.xima.fc.system.server.api -
-
Uses of IHealthCheckRegistry in de.xima.fc.system.impl.server
Methods in de.xima.fc.system.impl.server that return IHealthCheckRegistry Modifier and Type Method Description IHealthCheckRegistry
ServerRegistries. getHealthcheckRegistry()
-
Uses of IHealthCheckRegistry in de.xima.fc.system.impl.server.health
Classes in de.xima.fc.system.impl.server.health that implement IHealthCheckRegistry Modifier and Type Class Description class
HealthCheckRegistry
-
Uses of IHealthCheckRegistry in de.xima.fc.system.server.api
Methods in de.xima.fc.system.server.api that return IHealthCheckRegistry Modifier and Type Method Description IHealthCheckRegistry
IServerRegistries. getHealthcheckRegistry()
Get the health check registry.
-