Uses of Interface
de.xima.fc.system.server.api.health.IHealthCheck.Result
- 
Packages that use IHealthCheck.Result Package Description de.xima.fc.system.impl.server.health de.xima.fc.system.server.api.health  - 
- 
Uses of IHealthCheck.Result in de.xima.fc.system.impl.server.health
Methods in de.xima.fc.system.impl.server.health that return IHealthCheck.Result Modifier and Type Method Description IHealthCheck.ResultHealthCheckRegistry. runHealthCheck(String name) - 
Uses of IHealthCheck.Result in de.xima.fc.system.server.api.health
Methods in de.xima.fc.system.server.api.health that return IHealthCheck.Result Modifier and Type Method Description IHealthCheck.ResultIHealthCheck. check()Perform the health check.static IHealthCheck.ResultIHealthCheck.Result. healthy()IHealthCheck.ResultIHealthCheckRegistry. runHealthCheck(String name)Run a health check.static IHealthCheck.ResultIHealthCheck.Result. unhealthy(String message)static IHealthCheck.ResultIHealthCheck.Result. unhealthy(Throwable t) 
 -