Interface HealthRestService

All Known Implementing Classes:
HealthRestServiceImpl

@Path("/guice/health") public interface HealthRestService
  • Method Details

    • get

      @GET @Path("/") @Produces({"application/xml","application/json"}) HealthDocument get()
    • getHTML

      @GET @Path("/") @Produces("text/html") String getHTML()