@Generated(value="org.apache.camel.maven.packaging.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 |
getBlock() |
Boolean |
getResolvePropertyPlaceholders() |
Long |
getTimeout() |
void |
setBlock(Boolean block) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
void |
setTimeout(Long timeout) |
public Boolean getBlock()
public void setBlock(Boolean block)
public Long getTimeout()
public void setTimeout(Long timeout)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel