Uses of Interface
org.apache.camel.builder.component.dsl.SlackComponentBuilderFactory.SlackComponentBuilder
-
Packages that use SlackComponentBuilderFactory.SlackComponentBuilder Package Description org.apache.camel.builder.component org.apache.camel.builder.component.dsl -
-
Uses of SlackComponentBuilderFactory.SlackComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return SlackComponentBuilderFactory.SlackComponentBuilder Modifier and Type Method Description static SlackComponentBuilderFactory.SlackComponentBuilderComponentsBuilderFactory. slack()Slack (camel-slack) Send and receive messages to/from Slack. -
Uses of SlackComponentBuilderFactory.SlackComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement SlackComponentBuilderFactory.SlackComponentBuilder Modifier and Type Class Description static classSlackComponentBuilderFactory.SlackComponentBuilderImplMethods in org.apache.camel.builder.component.dsl that return SlackComponentBuilderFactory.SlackComponentBuilder Modifier and Type Method Description default SlackComponentBuilderFactory.SlackComponentBuilderSlackComponentBuilderFactory.SlackComponentBuilder. autowiredEnabled(boolean autowiredEnabled)Whether autowiring is enabled.default SlackComponentBuilderFactory.SlackComponentBuilderSlackComponentBuilderFactory.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.SlackComponentBuilderSlackComponentBuilderFactory.SlackComponentBuilder. lazyStartProducer(boolean lazyStartProducer)Whether the producer should be started lazy (on the first message).static SlackComponentBuilderFactory.SlackComponentBuilderSlackComponentBuilderFactory. slack()Slack (camel-slack) Send and receive messages to/from Slack.default SlackComponentBuilderFactory.SlackComponentBuilderSlackComponentBuilderFactory.SlackComponentBuilder. token(String token)The token to use.default SlackComponentBuilderFactory.SlackComponentBuilderSlackComponentBuilderFactory.SlackComponentBuilder. webhookUrl(String webhookUrl)The incoming webhook URL.
-