类 CouchbaseHealthIndicator

java.lang.Object
org.springframework.boot.actuate.health.AbstractHealthIndicator
org.springframework.boot.actuate.couchbase.CouchbaseHealthIndicator
所有已实现的接口:
HealthContributor, HealthIndicator

public class CouchbaseHealthIndicator extends AbstractHealthIndicator
HealthIndicator for Couchbase.
从以下版本开始:
2.0.0
作者:
Eddú Meléndez, Stephane Nicoll
  • 构造器详细资料

    • CouchbaseHealthIndicator

      public CouchbaseHealthIndicator(com.couchbase.client.java.Cluster cluster)
      Create an indicator with the specified Cluster.
      参数:
      cluster - the Couchbase Cluster
      从以下版本开始:
      2.0.6
  • 方法详细资料