Interface HealthCheckResource
@Path("/healthcheck")
@Produces("application/json")
@Consumes("application/json")
public interface HealthCheckResource
-
Method Summary
-
Method Details
-
simple
@GET @Path("/simple") org.oxerr.stubhub.client.model.HealthCheckResponse simple()
-