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, wait
getHealth
adapt
public HealthIndicatorReactiveAdapter(HealthIndicator delegate)
public reactor.core.publisher.Mono<Health> health()
ReactiveHealthIndicator
health
in interface ReactiveHealthIndicator
Mono
that provides the Health
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.