default SlackComponentBuilderFactory.SlackComponentBuilder |
SlackComponentBuilderFactory.SlackComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
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)
Send and receive messages to/from Slack.
|
default SlackComponentBuilderFactory.SlackComponentBuilder |
SlackComponentBuilderFactory.SlackComponentBuilder.token(String token) |
The token to access Slack.
|
default SlackComponentBuilderFactory.SlackComponentBuilder |
SlackComponentBuilderFactory.SlackComponentBuilder.webhookUrl(String webhookUrl) |
The incoming webhook URL.
|