@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.disruptor-vm") public class DisruptorVmComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Constructor and Description |
---|
DisruptorVmComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
Integer |
getBufferSize() |
Boolean |
getDefaultBlockWhenFull() |
Integer |
getDefaultConcurrentConsumers() |
Boolean |
getDefaultMultipleConsumers() |
org.apache.camel.component.disruptor.DisruptorProducerType |
getDefaultProducerType() |
org.apache.camel.component.disruptor.DisruptorWaitStrategy |
getDefaultWaitStrategy() |
Integer |
getQueueSize()
Deprecated.
|
Boolean |
getResolvePropertyPlaceholders() |
void |
setBufferSize(Integer bufferSize) |
void |
setDefaultBlockWhenFull(Boolean defaultBlockWhenFull) |
void |
setDefaultConcurrentConsumers(Integer defaultConcurrentConsumers) |
void |
setDefaultMultipleConsumers(Boolean defaultMultipleConsumers) |
void |
setDefaultProducerType(org.apache.camel.component.disruptor.DisruptorProducerType defaultProducerType) |
void |
setDefaultWaitStrategy(org.apache.camel.component.disruptor.DisruptorWaitStrategy defaultWaitStrategy) |
void |
setQueueSize(Integer queueSize)
Deprecated.
|
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public Integer getDefaultConcurrentConsumers()
public void setDefaultConcurrentConsumers(Integer defaultConcurrentConsumers)
public Boolean getDefaultMultipleConsumers()
public void setDefaultMultipleConsumers(Boolean defaultMultipleConsumers)
public org.apache.camel.component.disruptor.DisruptorProducerType getDefaultProducerType()
public void setDefaultProducerType(org.apache.camel.component.disruptor.DisruptorProducerType defaultProducerType)
public org.apache.camel.component.disruptor.DisruptorWaitStrategy getDefaultWaitStrategy()
public void setDefaultWaitStrategy(org.apache.camel.component.disruptor.DisruptorWaitStrategy defaultWaitStrategy)
public Boolean getDefaultBlockWhenFull()
public void setDefaultBlockWhenFull(Boolean defaultBlockWhenFull)
@Deprecated @DeprecatedConfigurationProperty public Integer getQueueSize()
@Deprecated public void setQueueSize(Integer queueSize)
public Integer getBufferSize()
public void setBufferSize(Integer bufferSize)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel