public class HealthResource
extends java.lang.Object
| Constructor and Description |
|---|
HealthResource() |
| Modifier and Type | Method and Description |
|---|---|
Response |
getHealth()
Returns the health of the service as a response code.
|
HealthResource |
setHealthyPlanManagers(java.util.Collection<PlanManager> planManagers)
Assigns the list of plans to be checked for completion when deciding whether the service is healthy.
|
public HealthResource setHealthyPlanManagers(java.util.Collection<PlanManager> planManagers)
public Response getHealth()