Redis – Direct access to Spring Boot Actuator Health beans/data?
From a Sprig Boot application is it possible access the actuator/health data directly without making a rest call and parsing the results? Ideally I could autowire a bean and then be able to fetch the object representation of the health…