Class HealthCheckRestServiceImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.ws.rs.core.Response getHealth​(int timeoutInMs, int maxAgeMs, javax.ws.rs.core.UriInfo uriInfo)  
      javax.ws.rs.core.Response probeHealth​(int timeoutInMs, int maxAgeMs, javax.ws.rs.core.UriInfo uriInfo)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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