Class CouchbaseReactiveHealthIndicator

java.lang.Object
org.springframework.boot.health.contributor.AbstractReactiveHealthIndicator
org.springframework.boot.couchbase.health.CouchbaseReactiveHealthIndicator
All Implemented Interfaces:
org.springframework.boot.health.contributor.ReactiveHealthContributor, org.springframework.boot.health.contributor.ReactiveHealthIndicator

public class CouchbaseReactiveHealthIndicator extends org.springframework.boot.health.contributor.AbstractReactiveHealthIndicator
A ReactiveHealthIndicator for Couchbase.
Since:
4.0.0
  • Constructor Summary

    Constructors
    Constructor
    Description
    CouchbaseReactiveHealthIndicator(com.couchbase.client.java.Cluster cluster)
    Create a new CouchbaseReactiveHealthIndicator instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected reactor.core.publisher.Mono<org.springframework.boot.health.contributor.Health>
    doHealthCheck(org.springframework.boot.health.contributor.Health.Builder builder)
     

    Methods inherited from class org.springframework.boot.health.contributor.AbstractReactiveHealthIndicator

    health

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.boot.health.contributor.ReactiveHealthIndicator

    asHealthContributor, health
  • Constructor Details

    • CouchbaseReactiveHealthIndicator

      public CouchbaseReactiveHealthIndicator(com.couchbase.client.java.Cluster cluster)
      Create a new CouchbaseReactiveHealthIndicator instance.
      Parameters:
      cluster - the Couchbase cluster
  • Method Details

    • doHealthCheck

      protected reactor.core.publisher.Mono<org.springframework.boot.health.contributor.Health> doHealthCheck(org.springframework.boot.health.contributor.Health.Builder builder)
      Specified by:
      doHealthCheck in class org.springframework.boot.health.contributor.AbstractReactiveHealthIndicator