Class DubboHealthIndicator

java.lang.Object
org.springframework.boot.actuate.health.AbstractHealthIndicator
org.apache.dubbo.spring.boot.actuate.health.DubboHealthIndicator
All Implemented Interfaces:
org.springframework.boot.actuate.health.HealthContributor, org.springframework.boot.actuate.health.HealthIndicator

public class DubboHealthIndicator extends org.springframework.boot.actuate.health.AbstractHealthIndicator
Dubbo HealthIndicator
Since:
2.7.0
See Also:
  • HealthIndicator
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.springframework.boot.actuate.health.AbstractHealthIndicator

    health

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface org.springframework.boot.actuate.health.HealthIndicator

    getHealth
  • Constructor Details

    • DubboHealthIndicator

      public DubboHealthIndicator()