@Configuration(proxyBeanMethods=false) @EnableConfigurationProperties(value=com.alipay.sofa.isle.spring.config.SofaModuleProperties.class) @ConditionalOnClass(value=com.alipay.sofa.isle.ApplicationRuntimeModel.class) @ConditionalOnProperty(value="com.alipay.sofa.boot.enable-isle", matchIfMissing=true) public class SofaModuleAutoConfiguration extends Object
| Constructor and Description |
|---|
SofaModuleAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ModelCreatingStage |
modelCreatingStage(org.springframework.context.ApplicationContext applicationContext,
SofaModuleProperties sofaModuleProperties,
SofaModuleProfileChecker sofaModuleProfileChecker) |
ModuleLogOutputStage |
moduleLogOutputStage(org.springframework.context.ApplicationContext applicationContext) |
PipelineContext |
pipelineContext(List<PipelineStage> stageList) |
SofaModuleContextLifecycle |
sofaModuleContextLifecycle(PipelineContext pipelineContext) |
SofaModuleProfileChecker |
sofaModuleProfileChecker(SofaModuleProperties sofaModuleProperties) |
SpringContextInstallStage |
springContextInstallStage(org.springframework.context.ApplicationContext applicationContext,
SofaModuleProperties sofaModuleProperties) |
@Bean @ConditionalOnMissingBean public SofaModuleContextLifecycle sofaModuleContextLifecycle(PipelineContext pipelineContext)
@Bean @ConditionalOnMissingBean public ModelCreatingStage modelCreatingStage(org.springframework.context.ApplicationContext applicationContext, SofaModuleProperties sofaModuleProperties, SofaModuleProfileChecker sofaModuleProfileChecker)
@Bean @ConditionalOnMissingBean public SpringContextInstallStage springContextInstallStage(org.springframework.context.ApplicationContext applicationContext, SofaModuleProperties sofaModuleProperties)
@Bean @ConditionalOnMissingBean public ModuleLogOutputStage moduleLogOutputStage(org.springframework.context.ApplicationContext applicationContext)
@Bean @ConditionalOnMissingBean public PipelineContext pipelineContext(List<PipelineStage> stageList)
@Bean @ConditionalOnMissingBean public SofaModuleProfileChecker sofaModuleProfileChecker(SofaModuleProperties sofaModuleProperties)
Copyright © 2023. All rights reserved.