Class HealthCheckController

java.lang.Object
de.hybris.platform.hac.controller.monitoring.HealthCheckController

@RestController public class HealthCheckController extends Object
  • Constructor Details

    • HealthCheckController

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

    • healthcheck

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