@Configuration(proxyBeanMethods=false) @ConditionalOnClass(value=org.springframework.shell.component.flow.ComponentFlow.class) public class ComponentFlowAutoConfiguration extends Object
Auto-configuration for ComponentFlow.| Modifier and Type | Class and Description |
|---|---|
protected static class |
ComponentFlowAutoConfiguration.ComponentFlowConfiguration |
| Constructor and Description |
|---|
ComponentFlowAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ComponentFlow.Builder |
componentFlowBuilder(org.springframework.beans.factory.ObjectProvider<ComponentFlowCustomizer> customizerProvider) |
@Bean @Scope(value="prototype") @ConditionalOnMissingBean public ComponentFlow.Builder componentFlowBuilder(org.springframework.beans.factory.ObjectProvider<ComponentFlowCustomizer> customizerProvider)
Copyright © 2023. All rights reserved.