@Configuration @EnableConfigurationProperties(value=BeanLanguageConfiguration.class) public class BeanLanguageAutoConfiguration extends Object
| Constructor and Description |
|---|
BeanLanguageAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
BeanLanguage |
configureBeanLanguage(CamelContext camelContext,
BeanLanguageConfiguration configuration) |
@Bean(name="bean-language") @ConditionalOnClass(value=CamelContext.class) @ConditionalOnMissingBean(value=BeanLanguage.class) public BeanLanguage configureBeanLanguage(CamelContext camelContext, BeanLanguageConfiguration configuration) throws Exception
ExceptionApache Camel