ReactiveHealthContributor.adapt(HealthContributor)@Deprecated public class HealthIndicatorReactiveAdapter extends Object implements ReactiveHealthIndicator
HealthIndicator to a ReactiveHealthIndicator so that it can be
safely invoked in a reactive environment.ReactiveHealthContributor.adapt(HealthContributor)| Constructor and Description |
|---|
HealthIndicatorReactiveAdapter(HealthIndicator delegate)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Health> |
health()
Deprecated.
Provide the indicator of health.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHealthadaptpublic HealthIndicatorReactiveAdapter(HealthIndicator delegate)
public reactor.core.publisher.Mono<Health> health()
ReactiveHealthIndicatorhealth in interface ReactiveHealthIndicatorMono that provides the HealthCopyright © 2019 Pivotal Software, Inc.. All rights reserved.