@Configuration @Conditional(value=ConditionalOnCamelContextAndAutoConfigurationBeans.class) @AutoConfigureAfter(value=CamelAutoConfiguration.class) @EnableConfigurationProperties(value=PropertiesComponentConfiguration.class) public class PropertiesComponentAutoConfiguration extends Object
Constructor and Description |
---|
PropertiesComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.properties.PropertiesComponent |
configurePropertiesComponent(PropertiesComponentConfiguration configuration) |
public PropertiesComponentAutoConfiguration()
@Lazy @Bean(name="properties-component") @ConditionalOnMissingBean(value=org.apache.camel.component.properties.PropertiesComponent.class) public org.apache.camel.component.properties.PropertiesComponent configurePropertiesComponent(PropertiesComponentConfiguration configuration) throws Exception
Exception
Apache Camel