@Configuration @EnableConfigurationProperties(value=CometdComponentConfiguration.class) @Conditional(value=CometdComponentAutoConfiguration.Condition.class) public class CometdComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CometdComponentAutoConfiguration.Condition |
Constructor and Description |
---|
CometdComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.cometd.CometdComponent |
configureCometdComponent(org.apache.camel.CamelContext camelContext,
CometdComponentConfiguration configuration) |
@Lazy @Bean(name={"cometd-component","cometds-component"}) @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.cometd.CometdComponent.class) public org.apache.camel.component.cometd.CometdComponent configureCometdComponent(org.apache.camel.CamelContext camelContext, CometdComponentConfiguration configuration) throws Exception
Exception
Apache Camel