@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.paho-mqtt5") public class PahoMqtt5ComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Constructor and Description |
---|
PahoMqtt5ComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getBrokerUrl() |
String |
getClientId() |
String |
getConnectionOptions() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setBrokerUrl(String brokerUrl) |
void |
setClientId(String clientId) |
void |
setConnectionOptions(String connectionOptions) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public String getBrokerUrl()
public void setBrokerUrl(String brokerUrl)
public String getClientId()
public void setClientId(String clientId)
public String getConnectionOptions()
public void setConnectionOptions(String connectionOptions)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel