@Path(value="/app") public class HealthCheckResource extends Object
| Constructor and Description |
|---|
HealthCheckResource() |
| Modifier and Type | Method and Description |
|---|---|
HealthStatus |
checkHealth() |
HealthStatus |
checkHealthInsecure() |
@GET @Path(value="/health-secure") public HealthStatus checkHealth()
@GET @Path(value="/health-insecure") public HealthStatus checkHealthInsecure()
Copyright © 2016 JBoss by Red Hat. All rights reserved.