@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface SlackEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SlackEndpointBuilderFactory.AdvancedSlackEndpointBuilder
Advanced builder for endpoint for the Slack component.
|
static interface |
SlackEndpointBuilderFactory.AdvancedSlackEndpointConsumerBuilder
Advanced builder for endpoint consumers for the Slack component.
|
static interface |
SlackEndpointBuilderFactory.AdvancedSlackEndpointProducerBuilder
Advanced builder for endpoint producers for the Slack component.
|
static interface |
SlackEndpointBuilderFactory.SlackBuilders |
static interface |
SlackEndpointBuilderFactory.SlackEndpointBuilder
Builder for endpoint for the Slack component.
|
static interface |
SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder
Builder for endpoint consumers for the Slack component.
|
static interface |
SlackEndpointBuilderFactory.SlackEndpointProducerBuilder
Builder for endpoint producers for the Slack component.
|
| Modifier and Type | Method and Description |
|---|---|
static SlackEndpointBuilderFactory.SlackEndpointBuilder |
slack(String path)
Slack (camel-slack)
The slack component allows you to send messages to Slack.
|
static SlackEndpointBuilderFactory.SlackEndpointBuilder slack(String path)
slack:channel
Path parameter: channel (required)
The channel name (syntax #name) or slackuser (syntax userName) to send a
message directly to an user.Apache Camel