Interface HealthCheckResource


@Path("/healthcheck") @Produces("application/json") @Consumes("application/json") public interface HealthCheckResource
  • Method Summary

    Modifier and Type
    Method
    Description
    org.oxerr.stubhub.client.model.HealthCheckResponse
     
  • Method Details

    • simple

      @GET @Path("/simple") org.oxerr.stubhub.client.model.HealthCheckResponse simple()