@Configuration @EnableConfigurationProperties(value=PahoComponentConfiguration.class) public class PahoComponentAutoConfiguration extends Object
Constructor and Description |
---|
PahoComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.paho.PahoComponent |
configurePahoComponent(org.apache.camel.CamelContext camelContext,
PahoComponentConfiguration configuration) |
@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