Class HealthCheckController


  • @RestController
    public class HealthCheckController
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HealthCheckController​(com.codahale.metrics.health.HealthCheckRegistry healthCheckRegistry, com.codahale.metrics.MetricRegistry metricRegistry, SuspendResumeService suspendResumeService)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.http.ResponseEntity<HealthCheckData> healthcheck()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HealthCheckController

        @Autowired
        public HealthCheckController​(com.codahale.metrics.health.HealthCheckRegistry healthCheckRegistry,
                                     com.codahale.metrics.MetricRegistry metricRegistry,
                                     SuspendResumeService suspendResumeService)
    • Method Detail

      • healthcheck

        @GetMapping(path="/monitoring/healthcheck/",
                    produces="application/json")
        public org.springframework.http.ResponseEntity<HealthCheckData> healthcheck()