Class GrapeComponentConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @ConfigurationProperties(prefix="camel.component.grape")
    public class GrapeComponentConfiguration
    extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
    Fetch, load and manage additional jars dynamically after Camel Context was started. Generated by camel-package-maven-plugin - do not edit this file!
    • Constructor Detail

      • GrapeComponentConfiguration

        public GrapeComponentConfiguration()
    • Method Detail

      • getLazyStartProducer

        public Boolean getLazyStartProducer()
      • setLazyStartProducer

        public void setLazyStartProducer​(Boolean lazyStartProducer)
      • getAutowiredEnabled

        public Boolean getAutowiredEnabled()
      • setAutowiredEnabled

        public void setAutowiredEnabled​(Boolean autowiredEnabled)
      • getPatchesRepository

        public org.apache.camel.component.grape.PatchesRepository getPatchesRepository()
      • setPatchesRepository

        public void setPatchesRepository​(org.apache.camel.component.grape.PatchesRepository patchesRepository)