public class HealthIndicatorReactiveAdapter extends Object implements ReactiveHealthIndicator
HealthIndicator to a ReactiveHealthIndicator so that it can be
safely invoked in a reactive environment.| Constructor and Description |
|---|
HealthIndicatorReactiveAdapter(HealthIndicator delegate) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Health> |
health()
Provide the indicator of health.
|
public HealthIndicatorReactiveAdapter(HealthIndicator delegate)
public reactor.core.publisher.Mono<Health> health()
ReactiveHealthIndicatorhealth in interface ReactiveHealthIndicatorMono that provides the HealthCopyright © 2018 Pivotal Software, Inc.. All rights reserved.