@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.grape") public class GrapeComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
GrapeComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutowiredEnabled() |
Boolean |
getLazyStartProducer() |
org.apache.camel.component.grape.PatchesRepository |
getPatchesRepository() |
void |
setAutowiredEnabled(Boolean autowiredEnabled) |
void |
setLazyStartProducer(Boolean lazyStartProducer) |
void |
setPatchesRepository(org.apache.camel.component.grape.PatchesRepository patchesRepository) |
public Boolean getLazyStartProducer()
public void setLazyStartProducer(Boolean lazyStartProducer)
public Boolean getAutowiredEnabled()
public void setAutowiredEnabled(Boolean autowiredEnabled)
public org.apache.camel.component.grape.PatchesRepository getPatchesRepository()
public void setPatchesRepository(org.apache.camel.component.grape.PatchesRepository patchesRepository)
Apache Camel