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()
ReactiveHealthIndicator
health
in interface ReactiveHealthIndicator
Mono
that provides the Health
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.