@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.seda") public class SedaComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
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() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setConcurrentConsumers(Integer concurrentConsumers) |
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 getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel