@Configuration(proxyBeanMethods=false)
@ConditionalOnClass(value={com.alipay.sofa.healthcheck.core.HealthChecker.class,com.alipay.sofa.isle.stage.ModelCreatingStage.class})
@ConditionalOnProperty(value="com.alipay.sofa.boot.enable-isle",
matchIfMissing=true)
public static class SofaBootHealthCheckAutoConfiguration.SofaModuleHealthIndicatorConfiguration
extends Object
| Constructor and Description |
|---|
SofaModuleHealthIndicatorConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ModuleHealthChecker |
sofaModuleHealthChecker() |
public SofaModuleHealthIndicatorConfiguration()
@Bean public ModuleHealthChecker sofaModuleHealthChecker()
Copyright © 2024. All rights reserved.