public class HealthIndicatorProcessor extends Object
HealthIndicator| 构造器和说明 |
|---|
HealthIndicatorProcessor() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
doHealthCheck(String beanId,
org.springframework.boot.actuate.health.HealthIndicator healthIndicator,
Map<String,org.springframework.boot.actuate.health.Health> healthMap) |
String |
getKey(String name)
refer to
HealthIndicatorNameFactory.apply(String) |
void |
init() |
boolean |
readinessHealthCheck(Map<String,org.springframework.boot.actuate.health.Health> healthMap)
Provided for readiness check.
|
public void init()
public boolean readinessHealthCheck(Map<String,org.springframework.boot.actuate.health.Health> healthMap)
healthMap - public boolean doHealthCheck(String beanId, org.springframework.boot.actuate.health.HealthIndicator healthIndicator, Map<String,org.springframework.boot.actuate.health.Health> healthMap)
Copyright © 2019. All rights reserved.