@Configuration @EnableConfigurationProperties(value=KafkaComponentConfiguration.class) public class KafkaComponentAutoConfiguration extends Object
Constructor and Description |
---|
KafkaComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.kafka.KafkaComponent |
configureKafkaComponent(org.apache.camel.CamelContext camelContext,
KafkaComponentConfiguration configuration) |
@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