public final class Neo4jReactiveHealthIndicator extends AbstractReactiveHealthIndicator
ReactiveHealthIndicator that tests the status of a Neo4j by executing a Cypher
statement and extracting server and database information.| 构造器和说明 |
|---|
Neo4jReactiveHealthIndicator(org.neo4j.driver.Driver driver) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected reactor.core.publisher.Mono<Health> |
doHealthCheck(Health.Builder builder)
Actual health check logic.
|
healthclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHealthadaptpublic Neo4jReactiveHealthIndicator(org.neo4j.driver.Driver driver)
protected reactor.core.publisher.Mono<Health> doHealthCheck(Health.Builder builder)
AbstractReactiveHealthIndicatordoHealthCheck 在类中 AbstractReactiveHealthIndicatorbuilder - the Health.Builder to report health status and detailsMono that provides the Health