Package org.kie.hacep.endpoint
Class Endpoints
- java.lang.Object
-
- org.kie.hacep.endpoint.Endpoints
-
@RestController public class Endpoints extends Object
-
-
Constructor Summary
Constructors Constructor Description Endpoints()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<String>all()org.springframework.http.ResponseEntity<Void>getLiveness()org.springframework.http.ResponseEntity<Void>getReadiness()
-
-
-
Method Detail
-
all
@GetMapping("/env/all") public org.springframework.http.ResponseEntity<String> all()
-
getReadiness
@GetMapping("/readiness") public org.springframework.http.ResponseEntity<Void> getReadiness()
-
getLiveness
@GetMapping("/liveness") public org.springframework.http.ResponseEntity<Void> getLiveness()
-
-