Class GrapeComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.grape.springboot.GrapeComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.grape") public class GrapeComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommonFetch, load and manage additional jars dynamically after Camel Context was started. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description GrapeComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAutowiredEnabled()BooleangetLazyStartProducer()org.apache.camel.component.grape.PatchesRepositorygetPatchesRepository()voidsetAutowiredEnabled(Boolean autowiredEnabled)voidsetLazyStartProducer(Boolean lazyStartProducer)voidsetPatchesRepository(org.apache.camel.component.grape.PatchesRepository patchesRepository)
-
-
-
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)
-
-