| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static SlackComponentBuilderFactory.SlackComponentBuilder |
ComponentsBuilderFactory.slack()
Slack (camel-slack)
The slack component allows you to send messages to Slack.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SlackComponentBuilderFactory.SlackComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default SlackComponentBuilderFactory.SlackComponentBuilder |
SlackComponentBuilderFactory.SlackComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default SlackComponentBuilderFactory.SlackComponentBuilder |
SlackComponentBuilderFactory.SlackComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default SlackComponentBuilderFactory.SlackComponentBuilder |
SlackComponentBuilderFactory.SlackComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
static SlackComponentBuilderFactory.SlackComponentBuilder |
SlackComponentBuilderFactory.slack()
Slack (camel-slack)
The slack component allows you to send messages to Slack.
|
default SlackComponentBuilderFactory.SlackComponentBuilder |
SlackComponentBuilderFactory.SlackComponentBuilder.webhookUrl(String webhookUrl)
The incoming webhook URL.
|
Apache Camel