Uses of Interface
org.apache.camel.spi.RouteFactory
-
Packages that use RouteFactory Package Description org.apache.camel The core Camel API. -
-
Uses of RouteFactory in org.apache.camel
Methods in org.apache.camel that return RouteFactory Modifier and Type Method Description RouteFactory
ExtendedCamelContext. getRouteFactory()
Gets the currentRouteFactory
Methods in org.apache.camel with parameters of type RouteFactory Modifier and Type Method Description void
ExtendedCamelContext. setRouteFactory(RouteFactory routeFactory)
Sets a customRouteFactory
-