Class GrapeComponentConfiguration

java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.grape.springboot.GrapeComponentConfiguration

@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 Details

    • GrapeComponentConfiguration

      public GrapeComponentConfiguration()
  • Method Details

    • 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)