Package org.apache.camel.impl.engine
Class DefaultConfigurerResolver.ContextConfigurer
java.lang.Object
org.apache.camel.impl.engine.DefaultConfigurerResolver.ContextConfigurer
- All Implemented Interfaces:
org.apache.camel.spi.PropertyConfigurer
- Enclosing class:
- DefaultConfigurerResolver
public static class DefaultConfigurerResolver.ContextConfigurer
extends Object
implements org.apache.camel.spi.PropertyConfigurer
This is a special container for the CamelContext because, with Camel 4, we split the CamelContext and the former
ExtendedCamelContext. This holds them in a single configuration, directing the target appropriately
-
Constructor Summary
ConstructorsConstructorDescriptionContextConfigurer
(org.apache.camel.spi.PropertyConfigurer contextConfigurer, org.apache.camel.spi.PropertyConfigurer extensionConfigurer) -
Method Summary
-
Constructor Details
-
ContextConfigurer
public ContextConfigurer(org.apache.camel.spi.PropertyConfigurer contextConfigurer, org.apache.camel.spi.PropertyConfigurer extensionConfigurer)
-
-
Method Details