@Configuration @EnableConfigurationProperties(value=SparkComponentConfiguration.class) public class SparkComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SparkComponentAutoConfiguration.Condition |
Constructor and Description |
---|
SparkComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.spark.SparkComponent |
configureSparkComponent(org.apache.camel.CamelContext camelContext,
SparkComponentConfiguration configuration) |
@Lazy @Bean(name="spark-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.spark.SparkComponent.class) public org.apache.camel.component.spark.SparkComponent configureSparkComponent(org.apache.camel.CamelContext camelContext, SparkComponentConfiguration configuration) throws Exception
Exception
Apache Camel