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