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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.boot.actuate.health.AbstractHealthIndicator
healthMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.boot.actuate.health.HealthIndicator
getHealth
-
Constructor Details
-
DubboHealthIndicator
public DubboHealthIndicator()
-