@Configuration(proxyBeanMethods=false) @ConditionalOnAvailableEndpoint(endpoint=com.alipay.sofa.boot.actuator.components.SofaBootComponentsEndPoint.class) @ConditionalOnClass(value=com.alipay.sofa.runtime.SofaFramework.class) @AutoConfigureAfter(value=com.alipay.sofa.boot.autoconfigure.runtime.SofaRuntimeAutoConfiguration.class) public class ComponentsEndpointAutoConfiguration extends Object
| Constructor and Description |
|---|
ComponentsEndpointAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
SofaBootComponentsEndPoint |
sofaBootComponentsEndPoint(SofaRuntimeContext sofaRuntimeContext) |
@Bean @ConditionalOnMissingBean @ConditionalOnBean(value=com.alipay.sofa.runtime.spi.component.SofaRuntimeContext.class) public SofaBootComponentsEndPoint sofaBootComponentsEndPoint(SofaRuntimeContext sofaRuntimeContext)
Copyright © 2024. All rights reserved.