public static class RabbitProperties.SimpleContainer extends RabbitProperties.AmqpContainer
SimpleMessageListenerContainer.| 构造器和说明 |
|---|
SimpleContainer() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getBatchSize() |
Integer |
getConcurrency() |
Integer |
getMaxConcurrency() |
boolean |
isMissingQueuesFatal() |
void |
setBatchSize(Integer batchSize) |
void |
setConcurrency(Integer concurrency) |
void |
setMaxConcurrency(Integer maxConcurrency) |
void |
setMissingQueuesFatal(boolean missingQueuesFatal) |
public Integer getConcurrency()
public void setConcurrency(Integer concurrency)
public Integer getMaxConcurrency()
public void setMaxConcurrency(Integer maxConcurrency)
public Integer getBatchSize()
public void setBatchSize(Integer batchSize)
public boolean isMissingQueuesFatal()
public void setMissingQueuesFatal(boolean missingQueuesFatal)
Copyright © 2024. All rights reserved.