public class CouchbaseReactiveHealthIndicator extends AbstractReactiveHealthIndicator
ReactiveHealthIndicator for Couchbase.| 构造器和说明 |
|---|
CouchbaseReactiveHealthIndicator(com.couchbase.client.java.Cluster cluster)
Create a new
CouchbaseReactiveHealthIndicator instance. |
| 限定符和类型 | 方法和说明 |
|---|---|
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 CouchbaseReactiveHealthIndicator(com.couchbase.client.java.Cluster cluster)
CouchbaseReactiveHealthIndicator instance.cluster - the Couchbase clusterprotected reactor.core.publisher.Mono<Health> doHealthCheck(Health.Builder builder)
AbstractReactiveHealthIndicatordoHealthCheck 在类中 AbstractReactiveHealthIndicatorbuilder - the Health.Builder to report health status and detailsMono that provides the Health