@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.stomp") public class StompComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Modifier and Type | Class and Description |
---|---|
static class |
StompComponentConfiguration.StompConfigurationNestedConfiguration |
Constructor and Description |
---|
StompComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getBrokerURL() |
StompComponentConfiguration.StompConfigurationNestedConfiguration |
getConfiguration() |
String |
getHeaderFilterStrategy() |
String |
getHost() |
String |
getLogin() |
String |
getPasscode() |
Boolean |
getResolvePropertyPlaceholders() |
Boolean |
getUseGlobalSslContextParameters() |
void |
setBrokerURL(String brokerURL) |
void |
setConfiguration(StompComponentConfiguration.StompConfigurationNestedConfiguration configuration) |
void |
setHeaderFilterStrategy(String headerFilterStrategy) |
void |
setHost(String host) |
void |
setLogin(String login) |
void |
setPasscode(String passcode) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
void |
setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters) |
public StompComponentConfiguration.StompConfigurationNestedConfiguration getConfiguration()
public void setConfiguration(StompComponentConfiguration.StompConfigurationNestedConfiguration configuration)
public String getBrokerURL()
public void setBrokerURL(String brokerURL)
public String getLogin()
public void setLogin(String login)
public String getPasscode()
public void setPasscode(String passcode)
public String getHost()
public void setHost(String host)
public Boolean getUseGlobalSslContextParameters()
public void setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters)
public String getHeaderFilterStrategy()
public void setHeaderFilterStrategy(String headerFilterStrategy)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel