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 Details

    • getStartupOrder

      int getStartupOrder()
      Get the order this route should be started.

      See more at configuring route startup ordering.

      Returns:
      the order
    • getRoute

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

      Consumer getInput()
      Gets the input to this route
      Returns:
      the consumer.
    • getServices

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