Uses of Interface
org.apache.camel.spi.RouteController
-
Packages that use RouteController Package Description org.apache.camel The core Camel API.org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies. -
-
Uses of RouteController in org.apache.camel
Methods in org.apache.camel that return RouteController Modifier and Type Method Description RouteControllerExtendedCamelContext. getInternalRouteController()InternalRouteControllerthat are only used internally by Camel to perform basic route operations.RouteControllerCamelContext. getRouteController()Gets theRouteControllerRouteControllerRoute. getRouteController()Gets theRouteControllerfor this route.Methods in org.apache.camel with parameters of type RouteController Modifier and Type Method Description voidCamelContext. setRouteController(RouteController routeController)Sets a customRouteControllerto usevoidRoute. setRouteController(RouteController controller)Sets theRouteControllerfor this route. -
Uses of RouteController in org.apache.camel.spi
Subinterfaces of RouteController in org.apache.camel.spi Modifier and Type Interface Description interfaceSupervisingRouteControllerA supervising capableRouteControllerthat delays the startup of the routes after the camel context startup and takes control of starting the routes in a safe manner.Methods in org.apache.camel.spi with type parameters of type RouteController Modifier and Type Method Description <T extends RouteController>
TRouteController. adapt(Class<T> type)Adapts thisRouteControllerto the specialized type.Methods in org.apache.camel.spi with parameters of type RouteController Modifier and Type Method Description ObjectManagementObjectStrategy. getManagedObjectForRouteController(CamelContext context, RouteController routeController)ObjectNameManagementObjectNameStrategy. getObjectNameForRouteController(CamelContext context, RouteController controller)
-