| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static KameletComponentBuilderFactory.KameletComponentBuilder |
ComponentsBuilderFactory.kamelet()
Kamelet (camel-kamelet)
The Kamelet Component provides support for interacting with the Camel
Route Template engine
Category: core
Since: 3.8
Maven coordinates: org.apache.camel:camel-kamelet
|
| Modifier and Type | Class and Description |
|---|---|
static class |
KameletComponentBuilderFactory.KameletComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default KameletComponentBuilderFactory.KameletComponentBuilder |
KameletComponentBuilderFactory.KameletComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default KameletComponentBuilderFactory.KameletComponentBuilder |
KameletComponentBuilderFactory.KameletComponentBuilder.block(boolean block)
If sending a message to a kamelet endpoint which has no active
consumer, then we can tell the producer to block and wait for the
consumer to become active.
|
default KameletComponentBuilderFactory.KameletComponentBuilder |
KameletComponentBuilderFactory.KameletComponentBuilder.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.
|
static KameletComponentBuilderFactory.KameletComponentBuilder |
KameletComponentBuilderFactory.kamelet()
Kamelet (camel-kamelet)
The Kamelet Component provides support for interacting with the Camel
Route Template engine
Category: core
Since: 3.8
Maven coordinates: org.apache.camel:camel-kamelet
|
default KameletComponentBuilderFactory.KameletComponentBuilder |
KameletComponentBuilderFactory.KameletComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default KameletComponentBuilderFactory.KameletComponentBuilder |
KameletComponentBuilderFactory.KameletComponentBuilder.routeProperties(Map<String,Properties> routeProperties)
Set route local parameters.
|
default KameletComponentBuilderFactory.KameletComponentBuilder |
KameletComponentBuilderFactory.KameletComponentBuilder.templateProperties(Map<String,Properties> templateProperties)
Set template local parameters.
|
default KameletComponentBuilderFactory.KameletComponentBuilder |
KameletComponentBuilderFactory.KameletComponentBuilder.timeout(long timeout)
The timeout value to use if block is enabled.
|
Apache Camel