@Configuration
@AutoConfigureOrder
@ConditionalOnClass(value=org.apache.camel.CamelContext.class)
@ConditionalOnExpression(value="${embedded.containers.enabled:true}")
@ConditionalOnProperty(value="embedded.kafka.enabled",
havingValue="true",
matchIfMissing=true)
@AutoConfigureAfter(name="org.apache.camel.spring.boot.CamelAutoConfiguration")
public class EmbeddedKafkaCamelAutoConfiguration
extends Object
| Constructor and Description |
|---|
EmbeddedKafkaCamelAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.beans.factory.config.BeanFactoryPostProcessor |
kafkaCamelDependencyPostProcessor() |
Copyright © 2022. All rights reserved.