| Modifier and Type | Class and Description |
|---|---|
class |
MainConfigurationProperties
Global configuration for Camel Main to setup context name, stream caching and other global configurations.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DefaultConfigurationConfigurer.configure(org.apache.camel.CamelContext camelContext,
DefaultConfigurationProperties config)
Configures the
CamelContext with the configuration. |
void |
RoutesConfigurer.configureRoutes(org.apache.camel.CamelContext camelContext,
DefaultConfigurationProperties config)
Collects routes and rests from the various sources (like registry or opinionated
classpath locations) and injects (adds) these into the Camel context.
|
Apache Camel