To customize spring boot actuator for /actuator/health
we can implement our own HealthIndicator
To customize spring boot actuator for /actuator/health
in reactive app we can implement our own ReactiveHealthIndicator
To customize spring boot actuator for /actuator/health/readiness
endpoint we can extend
ReadinessStateHealthIndicator
.
How to customize spring boot actuator for /actuator/health/readiness
in reactive Spring webflux application ?