JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.peterphi.std.guice.metrics.rest.api
Interface HealthRestService
All Known Implementing Classes:
HealthRestServiceImpl
@Path("/guice/health")
public interface
HealthRestService
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
HealthDocument
get
()
String
getHTML
()
Method Details
get
@GET @Path("/") @Produces({"application/xml","application/json"})
HealthDocument
get
()
getHTML
@GET @Path("/") @Produces("text/html")
String
getHTML
()