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!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.component.grape.PatchesRepositoryvoidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetLazyStartProducer(Boolean lazyStartProducer) voidsetPatchesRepository(org.apache.camel.component.grape.PatchesRepository patchesRepository) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
GrapeComponentConfiguration
public GrapeComponentConfiguration()
-
-
Method Details
-
getLazyStartProducer
-
setLazyStartProducer
-
getAutowiredEnabled
-
setAutowiredEnabled
-
getPatchesRepository
public org.apache.camel.component.grape.PatchesRepository getPatchesRepository() -
setPatchesRepository
public void setPatchesRepository(org.apache.camel.component.grape.PatchesRepository patchesRepository)
-