public interface ReactiveDiscoveryHealthIndicator
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Provide the name of health indicator.
|
reactor.core.publisher.Mono<org.springframework.boot.actuate.health.Health> |
health()
Provide the indicator of health.
|
String getName()
String that provides the name of health indicator, usually the
name of the implementation.reactor.core.publisher.Mono<org.springframework.boot.actuate.health.Health> health()
Mono that provides the HealthCopyright © 2019 Pivotal Software, Inc.. All rights reserved.