@Configuration @EnableConfigurationProperties(value=PythonLanguageConfiguration.class) public class PythonLanguageAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PythonLanguageAutoConfiguration.Condition |
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") @Scope(value="prototype") @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