@Configuration @EnableConfigurationProperties(value=MQTTComponentConfiguration.class) public class MQTTComponentAutoConfiguration extends Object
Constructor and Description |
---|
MQTTComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.mqtt.MQTTComponent |
configureMQTTComponent(org.apache.camel.CamelContext camelContext,
MQTTComponentConfiguration configuration) |
@Bean(name="mqtt-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.mqtt.MQTTComponent.class) public org.apache.camel.component.mqtt.MQTTComponent configureMQTTComponent(org.apache.camel.CamelContext camelContext, MQTTComponentConfiguration configuration) throws Exception
Exception
Apache Camel