@FunctionalInterface public interface ReactiveHealthIndicator
Health
of an arbitrary system or component.
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 |
---|---|
reactor.core.publisher.Mono<Health> |
health()
Provide the indicator of health.
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.