@RestController public class Endpoints extends Object
| Constructor and Description |
|---|
Endpoints() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<String> |
all() |
org.springframework.http.ResponseEntity<Void> |
getLiveness() |
org.springframework.http.ResponseEntity<Void> |
getReadiness() |
@GetMapping(value="/env/all") public org.springframework.http.ResponseEntity<String> all()
@GetMapping(value="/readiness") public org.springframework.http.ResponseEntity<Void> getReadiness()
@GetMapping(value="/liveness") public org.springframework.http.ResponseEntity<Void> getLiveness()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.