public class AppHealthIndicatorReactiveAdapter extends Object implements AppReactiveHealthIndicator
| 限定符和类型 | 字段和说明 |
|---|---|
private org.springframework.boot.actuate.health.HealthIndicator |
delegate |
| 构造器和说明 |
|---|
AppHealthIndicatorReactiveAdapter(org.springframework.boot.actuate.health.HealthIndicator delegate) |
| 限定符和类型 | 方法和说明 |
|---|---|
reactor.core.publisher.Mono<org.springframework.boot.actuate.health.Health> |
health()
Provide the indicator of health.
|
private void |
invoke(reactor.core.publisher.MonoSink<org.springframework.boot.actuate.health.Health> sink) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadaptpublic AppHealthIndicatorReactiveAdapter(org.springframework.boot.actuate.health.HealthIndicator delegate)
public reactor.core.publisher.Mono<org.springframework.boot.actuate.health.Health> health()
AppReactiveHealthIndicatorhealth 在接口中 AppReactiveHealthIndicatorMono that provides the Healthprivate void invoke(reactor.core.publisher.MonoSink<org.springframework.boot.actuate.health.Health> sink)
Copyright © 2022 Zodiac. All rights reserved.