类 HealthComponent

java.lang.Object
org.springframework.boot.actuate.health.HealthComponent
所有已实现的接口:
OperationResponseBody
直接已知子类:
CompositeHealth, Health

public abstract class HealthComponent extends Object implements OperationResponseBody
A component that contributes data to results returned from the HealthEndpoint.
从以下版本开始:
2.2.0
作者:
Phillip Webb
另请参阅:
  • 方法详细资料

    • getStatus

      public abstract Status getStatus()
      Return the status of the component.
      返回:
      the component status