Uses of Interface
org.apache.camel.RouteTemplateContext
-
Packages that use RouteTemplateContext Package Description org.apache.camel The core Camel API. -
-
Uses of RouteTemplateContext in org.apache.camel
Methods in org.apache.camel that return types with arguments of type RouteTemplateContext Modifier and Type Method Description Consumer<RouteTemplateContext>RouteTemplateContext. getConfigurer()Gets the custom configurer.Methods in org.apache.camel with parameters of type RouteTemplateContext Modifier and Type Method Description StringCamelContext. addRouteFromTemplate(String routeId, String routeTemplateId, String prefixId, RouteTemplateContext routeTemplateContext)Adds a new route from a given route template.StringCamelContext. addRouteFromTemplate(String routeId, String routeTemplateId, RouteTemplateContext routeTemplateContext)TRouteTemplateContext.BeanSupplier. get(RouteTemplateContext rtc)Method parameters in org.apache.camel with type arguments of type RouteTemplateContext Modifier and Type Method Description voidRouteTemplateContext. setConfigurer(Consumer<RouteTemplateContext> configurer)Sets a custom configurer which allows to do configuration while the route template is being used to create a route.
-