Uses of Class
org.apache.camel.main.DefaultConfigurationProperties
-
-
Uses of DefaultConfigurationProperties in org.apache.camel.main
Subclasses of DefaultConfigurationProperties in org.apache.camel.main Modifier and Type Class Description class
MainConfigurationProperties
Global configuration for Camel Main to setup context name, stream caching and other global configurations.Methods in org.apache.camel.main with parameters of type DefaultConfigurationProperties Modifier and Type Method Description static void
DefaultConfigurationConfigurer. configure(org.apache.camel.CamelContext camelContext, DefaultConfigurationProperties<?> config)
Configures theCamelContext
with the configuration.
-