@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() |
org.apache.camel.component.seda.BlockingQueueFactory<org.apache.camel.Exchange> |
getDefaultQueueFactory() |
Integer |
getQueueSize() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setConcurrentConsumers(Integer concurrentConsumers) |
void |
setDefaultBlockWhenFull(Boolean defaultBlockWhenFull) |
void |
setDefaultOfferTimeout(Long defaultOfferTimeout) |
void |
setDefaultQueueFactory(org.apache.camel.component.seda.BlockingQueueFactory<org.apache.camel.Exchange> 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 org.apache.camel.component.seda.BlockingQueueFactory<org.apache.camel.Exchange> getDefaultQueueFactory()
public void setDefaultQueueFactory(org.apache.camel.component.seda.BlockingQueueFactory<org.apache.camel.Exchange> 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