Package org.apache.camel
Interface RouteConfigurationsBuilder
-
public interface RouteConfigurationsBuilderA route configurations builder is capable of building route configurations using the builder and model classes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddRouteConfigurationsToCamelContext(CamelContext context)Adds the route configurations from this builder to the CamelContext.voidupdateRouteConfigurationsToCamelContext(CamelContext context)Adds or updates the route configurations from this builder to the CamelContext.
-
-
-
Method Detail
-
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
-
-