@Configuration @EnableConfigurationProperties(value=RubyLanguageConfiguration.class) public class RubyLanguageAutoConfiguration extends Object
Constructor and Description |
---|
RubyLanguageAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.builder.script.RubyLanguage |
configureRubyLanguage(org.apache.camel.CamelContext camelContext,
RubyLanguageConfiguration configuration) |
@Bean(name="ruby-language") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.builder.script.RubyLanguage.class) public org.apache.camel.builder.script.RubyLanguage configureRubyLanguage(org.apache.camel.CamelContext camelContext, RubyLanguageConfiguration configuration) throws Exception
Exception
Apache Camel