Package org.apache.camel.main
Class DefaultConfigurationConfigurer
java.lang.Object
org.apache.camel.main.DefaultConfigurationConfigurer
To configure the
DefaultConfigurationProperties on CamelContext used by Camel Main,
Camel Spring Boot and other runtimes.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voidafterConfigure(org.apache.camel.CamelContext camelContext) Performs additional configuration to lookup beans of Camel types to configure additional configurations on the Camel context.static voidafterPropertiesSet(org.apache.camel.CamelContext camelContext) static voidconfigure(org.apache.camel.CamelContext camelContext, DefaultConfigurationProperties<?> config) Configures theCamelContextwith the configuration.protected static voidconfigureVault(org.apache.camel.CamelContext camelContext) Configures security vaults such as AWS, Azure, Google and Hashicorp.
-
Field Details
-
LOG
public static final org.slf4j.Logger LOG
-
-
Method Details
-
configure
public static void configure(org.apache.camel.CamelContext camelContext, DefaultConfigurationProperties<?> config) throws Exception Configures theCamelContextwith the configuration.- Parameters:
camelContext- the camel contextconfig- the configuration- Throws:
Exception
-
afterConfigure
Performs additional configuration to lookup beans of Camel types to configure additional configurations on the Camel context. Similar code in camel-core-xml module in class org.apache.camel.core.xml.AbstractCamelContextFactoryBean.- Throws:
Exception
-
configureVault
Configures security vaults such as AWS, Azure, Google and Hashicorp.- Throws:
Exception
-
afterPropertiesSet
- Throws:
Exception
-