Annotation Type Configurer

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean bootstrap
      Whether this configurer is only used during bootstrap
      boolean extended
      Whether this configurer should include extended configurer methods.
      boolean generateConfigurer
      Whether to let the Camel compiler plugin to generate java source code for fast configuration.
    • Element Detail

      • generateConfigurer

        boolean generateConfigurer
        Whether to let the Camel compiler plugin to generate java source code for fast configuration.
        Default:
        true
      • extended

        boolean extended
        Whether this configurer should include extended configurer methods. For example API based components would require this.
        Default:
        false
      • bootstrap

        boolean bootstrap
        Whether this configurer is only used during bootstrap
        Default:
        false