Class HealthCheckService


  • @Path("/")
    @ApplicationScoped
    public class HealthCheckService
    extends Object
    • Constructor Detail

      • HealthCheckService

        public HealthCheckService()
    • Method Detail

      • isReady

        @GET
        @PermitAll
        @Produces("application/json")
        @Path("/ready")
        public javax.ws.rs.core.Response isReady()
      • isHealthy

        @GET
        @PermitAll
        @Produces("application/json")
        @Path("/healthy")
        public javax.ws.rs.core.Response isHealthy()