Class ApiHealthCheck


  • @Path("/health")
    @Consumes("application/json")
    @Produces("application/json")
    public class ApiHealthCheck
    extends ConfigBaseResource
    • Field Summary

      • Fields inherited from class io.jans.configapi.core.rest.BaseResource

        MISSING_ATTRIBUTE_CODE, MISSING_ATTRIBUTE_MESSAGE, TOKEN_DELIMITER
    • Constructor Summary

      Constructors 
      Constructor Description
      ApiHealthCheck()  
    • Constructor Detail

      • ApiHealthCheck

        public ApiHealthCheck()
    • Method Detail

      • getHealthResponse

        @GET
        public jakarta.ws.rs.core.Response getHealthResponse()
      • getLivenessResponse

        @GET
        @Path("/live")
        public jakarta.ws.rs.core.Response getLivenessResponse()
      • getReadinessResponse

        @GET
        @Path("/ready")
        public jakarta.ws.rs.core.Response getReadinessResponse()
      • getServerStat

        @GET
        @Path("/server-stat")
        public jakarta.ws.rs.core.Response getServerStat()