Interface LanguageComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface LanguageComponentBuilderFactory
Execute scripts in any of the languages supported by Camel. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
LanguageComponentBuilderFactory.LanguageComponentBuilder
Builder for the Language component.static class
LanguageComponentBuilderFactory.LanguageComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static LanguageComponentBuilderFactory.LanguageComponentBuilder
language()
Language (camel-language) Execute scripts in any of the languages supported by Camel.
-
-
-
Method Detail
-
language
static LanguageComponentBuilderFactory.LanguageComponentBuilder language()
Language (camel-language) Execute scripts in any of the languages supported by Camel. Category: core,script Since: 2.5 Maven coordinates: org.apache.camel:camel-language- Returns:
- the dsl builder
-
-