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 Details

    • ContextConfigurer

      public ContextConfigurer(org.apache.camel.spi.PropertyConfigurer contextConfigurer, org.apache.camel.spi.PropertyConfigurer extensionConfigurer)
  • Method Details

    • configure

      public boolean configure(org.apache.camel.CamelContext camelContext, Object target, String name, Object value, boolean ignoreCase)
      Specified by:
      configure in interface org.apache.camel.spi.PropertyConfigurer