@Configuration(proxyBeanMethods=false) @AutoConfigureBefore(value=SofaBootHealthCheckAutoConfiguration.class) @ConditionalOnClass(value={com.alipay.sofa.healthcheck.core.HealthChecker.class,com.alipay.sofa.startup.StartupReporter.class}) public class StartupHealthCheckStageConfiguration extends Object
| Constructor and Description |
|---|
StartupHealthCheckStageConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
StartupReadinessCheckListener |
startupReadinessCheckListener(org.springframework.core.env.Environment environment,
HealthCheckerProcessor healthCheckerProcessor,
HealthIndicatorProcessor healthIndicatorProcessor,
AfterReadinessCheckCallbackProcessor afterReadinessCheckCallbackProcessor,
SofaRuntimeConfigurationProperties sofaRuntimeConfigurationProperties,
HealthCheckProperties healthCheckProperties,
StartupReporter startupReporter) |
public StartupHealthCheckStageConfiguration()
@Bean @ConditionalOnMissingBean(value=com.alipay.sofa.healthcheck.ReadinessCheckListener.class) public StartupReadinessCheckListener startupReadinessCheckListener(org.springframework.core.env.Environment environment, HealthCheckerProcessor healthCheckerProcessor, HealthIndicatorProcessor healthIndicatorProcessor, AfterReadinessCheckCallbackProcessor afterReadinessCheckCallbackProcessor, SofaRuntimeConfigurationProperties sofaRuntimeConfigurationProperties, HealthCheckProperties healthCheckProperties, StartupReporter startupReporter)
Copyright © 2024. All rights reserved.