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