• Stephane Nicoll's avatar
    Add support for reactive health indicator · a274c78f
    Stephane Nicoll authored
    This commit introduces a "ReactiveHealthIndicator" contract that can be
    implemented for health checks against a reactive API.
    
    When running in a WebFlux-based web app, the health and status endpoints
    transparently use this in a WebFlux-based application and regular
    HealthIndicator are executed on the elastic scheduler.
    
    When running in a Servlet-based web app, the endpoints includes and
    adapts available ReactiveHealthIndicators automatically
    
    Closes gh-7972
    a274c78f
pom.xml 11.1 KB