@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.stub") public class StubComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Constructor and Description |
---|
StubComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
Integer |
getConcurrentConsumers() |
Boolean |
getDefaultBlockWhenFull() |
Long |
getDefaultOfferTimeout() |
String |
getDefaultQueueFactory() |
Integer |
getQueueSize() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setConcurrentConsumers(Integer concurrentConsumers) |
void |
setDefaultBlockWhenFull(Boolean defaultBlockWhenFull) |
void |
setDefaultOfferTimeout(Long defaultOfferTimeout) |
void |
setDefaultQueueFactory(String defaultQueueFactory) |
void |
setQueueSize(Integer queueSize) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public Integer getQueueSize()
public void setQueueSize(Integer queueSize)
public Integer getConcurrentConsumers()
public void setConcurrentConsumers(Integer concurrentConsumers)
public String getDefaultQueueFactory()
public void setDefaultQueueFactory(String defaultQueueFactory)
public Boolean getDefaultBlockWhenFull()
public void setDefaultBlockWhenFull(Boolean defaultBlockWhenFull)
public Long getDefaultOfferTimeout()
public void setDefaultOfferTimeout(Long defaultOfferTimeout)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel