@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.slack") public class SlackComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Constructor and Description |
---|
SlackComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getResolvePropertyPlaceholders() |
String |
getWebhookUrl() |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
void |
setWebhookUrl(String webhookUrl) |
public String getWebhookUrl()
public void setWebhookUrl(String webhookUrl)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel