@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.direct") public class DirectComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
DirectComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutowiredEnabled() |
Boolean |
getBlock() |
Boolean |
getBridgeErrorHandler() |
Boolean |
getLazyStartProducer() |
Long |
getTimeout() |
void |
setAutowiredEnabled(Boolean autowiredEnabled) |
void |
setBlock(Boolean block) |
void |
setBridgeErrorHandler(Boolean bridgeErrorHandler) |
void |
setLazyStartProducer(Boolean lazyStartProducer) |
void |
setTimeout(Long timeout) |
public Boolean getBridgeErrorHandler()
public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
public Boolean getBlock()
public void setBlock(Boolean block)
public Boolean getLazyStartProducer()
public void setLazyStartProducer(Boolean lazyStartProducer)
public Long getTimeout()
public void setTimeout(Long timeout)
public Boolean getAutowiredEnabled()
public void setAutowiredEnabled(Boolean autowiredEnabled)
Apache Camel