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