@ConditionalOnClass(value=org.springframework.boot.actuate.endpoint.annotation.Endpoint.class) @AutoConfigureBefore(name="org.springframework.boot.actuate.autoconfigure.health.HealthEndpointAutoConfiguration") public static class SofaBootHealthCheckAutoConfiguration.ReadinessCheckExtensionConfiguration extends Object
| 构造器和说明 |
|---|
ReadinessCheckExtensionConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.boot.actuate.health.HealthStatusHttpMapper |
createHealthStatusHttpMapper(org.springframework.boot.actuate.autoconfigure.health.HealthIndicatorProperties healthIndicatorProperties) |
ReadinessEndpointWebExtension |
readinessEndpointWebExtension() |
@Bean @ConditionalOnMissingBean @ConditionalOnEnabledEndpoint public ReadinessEndpointWebExtension readinessEndpointWebExtension()
@Bean @ConditionalOnMissingBean public org.springframework.boot.actuate.health.HealthStatusHttpMapper createHealthStatusHttpMapper(org.springframework.boot.actuate.autoconfigure.health.HealthIndicatorProperties healthIndicatorProperties)
Copyright © 2019. All rights reserved.