@Configuration @EnableConfigurationProperties(value=MQTTComponentConfiguration.class) public class MQTTComponentAutoConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MQTTComponentAutoConfiguration.Condition |
| Constructor and Description |
|---|
MQTTComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.mqtt.MQTTComponent |
configureMQTTComponent(org.apache.camel.CamelContext camelContext,
MQTTComponentConfiguration configuration) |
@Lazy
@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
ExceptionApache Camel