Interface RouteStartupOrder


  • public interface RouteStartupOrder
    Information about a route to be started where we want to control the order in which they are started by CamelContext.
    • Method Detail

      • getRoute

        Route getRoute()
        Gets the route
        Returns:
        the route
      • getInputs

        List<Consumer> getInputs()
        Gets the input to this route (often only one consumer)
        Returns:
        the input consumers.
      • getServices

        List<Service> getServices()
        Gets the services to this route.
        Returns:
        the services.