@Configuration @EnableConfigurationProperties(value=PropertiesComponentConfiguration.class) public class PropertiesComponentAutoConfiguration extends Object
| Constructor and Description |
|---|
PropertiesComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
PropertiesComponent |
configurePropertiesComponent(CamelContext camelContext,
PropertiesComponentConfiguration configuration) |
public PropertiesComponentAutoConfiguration()
@Bean(name="properties-component") @ConditionalOnClass(value=CamelContext.class) @ConditionalOnMissingBean(value=PropertiesComponent.class) public PropertiesComponent configurePropertiesComponent(CamelContext camelContext, PropertiesComponentConfiguration configuration) throws Exception
ExceptionApache Camel