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)
To call Kamelets
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.location(String location) |
The location(s) of the Kamelets on the file system.
|
default KameletComponentBuilderFactory.KameletComponentBuilder |
KameletComponentBuilderFactory.KameletComponentBuilder.routeProperties(Map<String,Properties> routeProperties) |
Set route local parameters.
|
default KameletComponentBuilderFactory.KameletComponentBuilder |
KameletComponentBuilderFactory.KameletComponentBuilder.routeTemplateLoaderListener(org.apache.camel.spi.RouteTemplateLoaderListener routeTemplateLoaderListener) |
To plugin a custom listener for when the Kamelet component is loading
Kamelets from external resources.
|
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.
|