@Path(value="/success") public class SuccessfulChecks extends Object
| Constructor and Description |
|---|
SuccessfulChecks() |
| Modifier and Type | Method and Description |
|---|---|
HealthStatus |
checkHealth() |
HealthStatus |
checkHealthInsecure() |
@GET @Path(value="/first") public HealthStatus checkHealth()
@GET @Path(value="/second") public HealthStatus checkHealthInsecure()
Copyright © 2016 JBoss by Red Hat. All rights reserved.