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