@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.mqtt") public class MQTTComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Constructor and Description |
---|
MQTTComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getHost() |
String |
getPassword() |
Boolean |
getResolvePropertyPlaceholders() |
String |
getUserName() |
void |
setHost(String host) |
void |
setPassword(String password) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
void |
setUserName(String userName) |
public String getHost()
public void setHost(String host)
public String getUserName()
public void setUserName(String userName)
public String getPassword()
public void setPassword(String password)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel