public interface RouteConfigurationsBuilder
| Modifier and Type | Method and Description |
|---|---|
void |
addRouteConfigurationsToCamelContext(CamelContext context)
Adds the route configurations from this builder to the CamelContext.
|
void addRouteConfigurationsToCamelContext(CamelContext context) throws Exception
context - the Camel contextException - is thrown if initialization of route configurations failedApache Camel