Uses of Class
org.apache.camel.builder.TemplatedRouteBuilder
Packages that use TemplatedRouteBuilder
Package
Description
-
Uses of TemplatedRouteBuilder in org.apache.camel.builder
Methods in org.apache.camel.builder that return TemplatedRouteBuilderModifier and TypeMethodDescriptionBinds the bean to the template local repository (takes precedence over global beans)Binds the bean (via a supplier) to the template local repository (takes precedence over global beans)Binds the bean to the template local repository (takes precedence over global beans)static TemplatedRouteBuilderCreates a newTemplatedRouteBuilderto specify input parameters, and others, for the route template.Sets a configurer which allows to do configuration while the route template is being used to create a route.TemplatedRouteBuilder.handler(Consumer<RouteTemplateDefinition> handler) Sets a handler which gives access to the route template model that will be used for creating the route.Adds a parameter the route template will use when creating the route.TemplatedRouteBuilder.parameters(Map<String, Object> parameters) Adds parameters the route template will use when creating the route.Sets a prefix to use for all node ids (not route id).Sets the id of the route.