public Response getChecks()

in geronimo-health-common/src/main/java/org/apache/geronimo/microprofile/common/jaxrs/HealthChecksEndpoint.java [46:48]


    public Response getChecks() {
        return toResponse(HealthChecksRegistry::getChecks, r -> {});
    }