Class LanguageComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.language.springboot.LanguageComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.language") public class LanguageComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Execute scripts in any of the languages supported by Camel. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description LanguageComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getAutowiredEnabled()
Boolean
getLazyStartProducer()
void
setAutowiredEnabled(Boolean autowiredEnabled)
void
setLazyStartProducer(Boolean lazyStartProducer)
-