@FunctionalInterface public interface ReactiveHealthIndicator extends ReactiveHealthContributor
Health to the results returned from the
reactive variant of the HealthEndpoint.
This is non blocking contract that is meant to be used in a reactive application. See
HealthIndicator for the traditional contract.
HealthIndicator| Modifier and Type | Method and Description |
|---|---|
default reactor.core.publisher.Mono<Health> |
getHealth(boolean includeDetails)
Provide the indicator of health.
|
reactor.core.publisher.Mono<Health> |
health()
Provide the indicator of health.
|
adapt