Class HealthCheckRestServiceImpl

    • Constructor Detail

      • HealthCheckRestServiceImpl

        public HealthCheckRestServiceImpl​(HealthCheckService healthCheckService)
    • Method Detail

      • probeHealth

        public javax.ws.rs.core.Response probeHealth​(int timeoutInMs,
                                                     int maxAgeMs,
                                                     javax.ws.rs.core.UriInfo uriInfo)
        Specified by:
        probeHealth in interface HealthCheckRestService
      • getHealth

        public javax.ws.rs.core.Response getHealth​(int timeoutInMs,
                                                   int maxAgeMs,
                                                   javax.ws.rs.core.UriInfo uriInfo)
        Specified by:
        getHealth in interface HealthCheckRestService