@Path(value="/") public class HealthService extends Object
| Constructor and Description |
|---|
HealthService() |
@GET @PermitAll @Path(value="/ready") @Produces(value="application/json") public String ready()
@GET @PermitAll @Path(value="/healthy") @Produces(value="application/json") public String alive()
Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.