Uses of Class
org.apache.camel.main.DefaultConfigurationProperties
Packages that use DefaultConfigurationProperties
Package
Description
Application level classes that can be used to instantiate camel.
-
Uses of DefaultConfigurationProperties in org.apache.camel.main
Subclasses of DefaultConfigurationProperties in org.apache.camel.mainModifier and TypeClassDescriptionclassGlobal configuration for Camel Main to configure context name, stream caching and other global configurations.Methods in org.apache.camel.main with parameters of type DefaultConfigurationPropertiesModifier and TypeMethodDescriptionstatic voidDefaultConfigurationConfigurer.configure(org.apache.camel.CamelContext camelContext, DefaultConfigurationProperties<?> config) Configures theCamelContextwith the configuration.static voidProfileConfigurer.configureCommon(org.apache.camel.CamelContext camelContext, String profile, DefaultConfigurationProperties<?> config) Configures camel in general (standalone, quarkus, spring-boot etc) to run in given profile