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 RouteFactoryExtendedCamelContext. getRouteFactory()Gets the currentRouteFactoryMethods in org.apache.camel with parameters of type RouteFactory Modifier and Type Method Description voidExtendedCamelContext. setRouteFactory(RouteFactory routeFactory)Sets a customRouteFactory
-