@Configuration @EnableConfigurationProperties(value=PythonLanguageConfiguration.class) public class PythonLanguageAutoConfiguration extends Object
Constructor and Description |
---|
PythonLanguageAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.builder.script.PythonLanguage |
configurePythonLanguage(org.apache.camel.CamelContext camelContext,
PythonLanguageConfiguration configuration) |
@Bean(name="python-language") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.builder.script.PythonLanguage.class) public org.apache.camel.builder.script.PythonLanguage configurePythonLanguage(org.apache.camel.CamelContext camelContext, PythonLanguageConfiguration configuration) throws Exception
Exception
Apache Camel