Interface RouteConfigurationsBuilder


public interface RouteConfigurationsBuilder
A route configurations builder is capable of building route configurations using the builder and model classes.
  • Method Details

    • addRouteConfigurationsToCamelContext

      void addRouteConfigurationsToCamelContext(CamelContext context) throws Exception
      Adds the route configurations from this builder to the CamelContext.
      Parameters:
      context - the Camel context
      Throws:
      Exception - is thrown if initialization of route configurations failed
    • updateRouteConfigurationsToCamelContext

      void updateRouteConfigurationsToCamelContext(CamelContext context) throws Exception
      Adds or updates the route configurations from this builder to the CamelContext.
      Parameters:
      context - the Camel context
      Throws:
      Exception - is thrown if initialization of route configurations failed