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