java.lang.Object
io.camunda.zeebe.broker.system.monitoring.MonitoringRestController
@RestController
public class MonitoringRestController
extends Object
-
Constructor Summary
Constructors
-
Method Summary
org.springframework.http.ResponseEntity<String>
org.springframework.http.ResponseEntity<String>
org.springframework.http.ResponseEntity<String>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MonitoringRestController
public MonitoringRestController()
-
Method Details
-
health
@GetMapping("/health")
public org.springframework.http.ResponseEntity<String> health()
-
ready
@GetMapping("/ready")
public org.springframework.http.ResponseEntity<String> ready()
-
startup
@GetMapping("/startup")
public org.springframework.http.ResponseEntity<String> startup()