@Configuration @EnableConfigurationProperties(value=AvroComponentConfiguration.class) @Conditional(value=AvroComponentAutoConfiguration.Condition.class) public class AvroComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AvroComponentAutoConfiguration.Condition |
Constructor and Description |
---|
AvroComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.avro.AvroComponent |
configureAvroComponent(org.apache.camel.CamelContext camelContext,
AvroComponentConfiguration configuration) |
@Lazy @Bean(name="avro-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.avro.AvroComponent.class) public org.apache.camel.component.avro.AvroComponent configureAvroComponent(org.apache.camel.CamelContext camelContext, AvroComponentConfiguration configuration) throws Exception
Exception
Apache Camel