Package org.apache.camel
Interface RouteConfigurationsBuilder
public interface RouteConfigurationsBuilder
A route configurations builder is capable of building route configurations using the builder and model classes.
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdds the route configurations from this builder to the CamelContext.voidAdds or updates the route configurations from this builder to the CamelContext.
-
Method Details
-
addRouteConfigurationsToCamelContext
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
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
-