public final class DefaultConfigurationConfigurer extends Object
DefaultConfigurationProperties on CamelContext
used by Camel Main, Camel Spring Boot and other runtimes.| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOG |
| Modifier and Type | Method and Description |
|---|---|
static void |
afterPropertiesSet(org.apache.camel.CamelContext camelContext)
Performs additional configuration to lookup beans of Camel types to configure
additional configurations on the Camel context.
|
static void |
configure(org.apache.camel.CamelContext camelContext,
DefaultConfigurationProperties config)
Configures the
CamelContext with the configuration. |
public static void configure(org.apache.camel.CamelContext camelContext,
DefaultConfigurationProperties config)
throws Exception
CamelContext with the configuration.camelContext - the camel contextconfig - the configurationExceptionpublic static void afterPropertiesSet(org.apache.camel.CamelContext camelContext)
throws Exception
ExceptionApache Camel