Interface RouteFactory


public interface RouteFactory
A factory to create Route
  • Method Summary

    Modifier and Type
    Method
    Description
    createRoute(CamelContext camelContext, NamedNode routeDefinition, String routeId, String routeDescription, String routeNote, Endpoint endpoint, Resource resource)
    Creates the route which should be configured afterwards with more configurations.
  • Method Details

    • createRoute

      Route createRoute(CamelContext camelContext, NamedNode routeDefinition, String routeId, String routeDescription, String routeNote, Endpoint endpoint, Resource resource)
      Creates the route which should be configured afterwards with more configurations.
      Parameters:
      camelContext - the camel context
      routeDefinition - the route definition
      routeId - the route id
      routeDescription - the route description
      routeNote - the route note
      endpoint - the input endpoint (consumer)
      resource - the source resource (if loaded via a DSL routes loader)
      Returns:
      the created route