public class SlackComponent
extends org.apache.camel.impl.UriEndpointComponent
| Constructor and Description |
|---|
SlackComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String channelName,
Map<String,Object> parameters)
Create a slack endpoint
|
String |
getWebhookUrl() |
void |
setWebhookUrl(String webhookUrl)
The incoming webhook URL
|
createComponentConfiguration, createParameterConfigurationMap, getEndpointClass, getParameterConfigurationMap, populateParameterConfigurationMap, setEndpointClassafterConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, isResolvePropertyPlaceholders, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, setProperties, setResolvePropertyPlaceholders, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIprotected org.apache.camel.Endpoint createEndpoint(String uri, String channelName, Map<String,Object> parameters) throws Exception
createEndpoint in class org.apache.camel.impl.DefaultComponenturi - the full URI of the endpointchannelName - the channel or username that the message should be sent toparameters - the optional parameters passed inExceptionpublic String getWebhookUrl()
public void setWebhookUrl(String webhookUrl)
Apache Camel