Class CouchbaseHealthIndicator

java.lang.Object
org.springframework.boot.actuate.health.AbstractHealthIndicator
org.springframework.boot.actuate.couchbase.CouchbaseHealthIndicator
All Implemented Interfaces:
HealthContributor, HealthIndicator

public class CouchbaseHealthIndicator extends AbstractHealthIndicator
HealthIndicator for Couchbase.
Since:
2.0.0
Author:
EddĂș MelĂ©ndez, Stephane Nicoll
  • Constructor Details

    • CouchbaseHealthIndicator

      public CouchbaseHealthIndicator(com.couchbase.client.java.Cluster cluster)
      Create an indicator with the specified Cluster.
      Parameters:
      cluster - the Couchbase Cluster
      Since:
      2.0.6
  • Method Details