| Package | Description |
|---|---|
| org.apache.camel |
The core Camel API.
|
| Modifier and Type | Method and Description |
|---|---|
Consumer<RouteTemplateContext> |
RouteTemplateContext.getConfigurer()
Gets the custom configurer.
|
| Modifier and Type | Method and Description |
|---|---|
String |
CamelContext.addRouteFromTemplate(String routeId,
String routeTemplateId,
RouteTemplateContext routeTemplateContext)
Adds a new route from a given route template.
|
T |
RouteTemplateContext.BeanSupplier.get(RouteTemplateContext rtc) |
| Modifier and Type | Method and Description |
|---|---|
void |
RouteTemplateContext.setConfigurer(Consumer<RouteTemplateContext> configurer)
Sets a custom configurer which allows to do configuration while the route template is being used to create a
route.
|
Apache Camel