@Configuration(proxyBeanMethods=false) @AutoConfigureBefore(value=org.springframework.boot.actuate.autoconfigure.health.HealthEndpointAutoConfiguration.class) @ConditionalOnClass(value=com.alipay.sofa.healthcheck.core.HealthChecker.class) public static class SofaBootHealthCheckAutoConfiguration.ReadinessCheckExtensionConfiguration extends Object
| Constructor and Description |
|---|
ReadinessCheckExtensionConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.actuate.health.HttpCodeStatusMapper |
httpCodeStatusMapper(org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties healthEndpointProperties) |
ReadinessEndpointWebExtension |
readinessEndpointWebExtension(SofaBootReadinessEndpoint delegate,
org.springframework.boot.actuate.health.HttpCodeStatusMapper statusMapper) |
public ReadinessCheckExtensionConfiguration()
@Bean @ConditionalOnMissingBean @ConditionalOnAvailableEndpoint(endpoint=com.alipay.sofa.boot.actuator.health.ReadinessEndpointWebExtension.class) public ReadinessEndpointWebExtension readinessEndpointWebExtension(SofaBootReadinessEndpoint delegate, org.springframework.boot.actuate.health.HttpCodeStatusMapper statusMapper)
@Bean @ConditionalOnMissingBean public org.springframework.boot.actuate.health.HttpCodeStatusMapper httpCodeStatusMapper(org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties healthEndpointProperties)
Copyright © 2024. All rights reserved.