@ConfigurationProperties(prefix="camel.component.seda") public class SedaComponentConfiguration extends Object
| Constructor and Description |
|---|
SedaComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getConcurrentConsumers() |
BlockingQueueFactory<Exchange> |
getDefaultQueueFactory() |
Integer |
getQueueSize() |
void |
setConcurrentConsumers(Integer concurrentConsumers) |
void |
setDefaultQueueFactory(BlockingQueueFactory<Exchange> defaultQueueFactory) |
void |
setQueueSize(Integer queueSize) |
public Integer getQueueSize()
public void setQueueSize(Integer queueSize)
public Integer getConcurrentConsumers()
public void setConcurrentConsumers(Integer concurrentConsumers)
public BlockingQueueFactory<Exchange> getDefaultQueueFactory()
public void setDefaultQueueFactory(BlockingQueueFactory<Exchange> defaultQueueFactory)
Apache Camel