Uses of Interface
org.apache.camel.spi.RouteController
Packages that use RouteController
-
Uses of RouteController in org.apache.camel
Methods in org.apache.camel that return RouteControllerModifier and TypeMethodDescriptionExtendedCamelContext.getInternalRouteController()InternalRouteControllerthat are only used internally by Camel to perform basic route operations.CamelContext.getRouteController()Gets theRouteControllerRoute.getRouteController()Gets theRouteControllerfor this route.Methods in org.apache.camel with parameters of type RouteControllerModifier and TypeMethodDescriptionvoidCamelContext.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.spiModifier and TypeInterfaceDescriptioninterfaceExtension ofRouteControllerthat adds resilient, backoff-based startup supervision for routes, as described in the Route Controller documentation.Methods in org.apache.camel.spi with type parameters of type RouteControllerModifier and TypeMethodDescription<T extends RouteController>
TAdapts thisRouteControllerto the specialized type.Methods in org.apache.camel.spi with parameters of type RouteControllerModifier and TypeMethodDescriptionManagementObjectStrategy.getManagedObjectForRouteController(CamelContext context, RouteController routeController) ManagementObjectNameStrategy.getObjectNameForRouteController(CamelContext context, RouteController controller)