Package org.jitsi.rest
Class Health
-
- All Implemented Interfaces:
@Path(value = "/about/health") public class HealthA generic health check REST endpoint which checks the health using a a HealthCheckService, if one is present.
-
-
Constructor Summary
Constructors Constructor Description Health(HealthCheckService healthCheckService)
-
Method Summary
Modifier and Type Method Description ResponsegetHealth()-
-
Constructor Detail
-
Health
Health(HealthCheckService healthCheckService)
-
-
Method Detail
-
getHealth
@GET()@Produces(value = MediaType.APPLICATION_JSON) Response getHealth()
-
-
-
-