类 RabbitProperties.SimpleContainer
java.lang.Object
org.springframework.boot.autoconfigure.amqp.RabbitProperties.BaseContainer
org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
- 封闭类:
RabbitProperties
Configuration properties for
SimpleMessageListenerContainer
.-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明boolean
boolean
void
setBatchSize
(Integer batchSize) void
setConcurrency
(Integer concurrency) void
setConsumerBatchEnabled
(boolean consumerBatchEnabled) void
setMaxConcurrency
(Integer maxConcurrency) void
setMissingQueuesFatal
(boolean missingQueuesFatal) 从类继承的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
getAcknowledgeMode, getDefaultRequeueRejected, getIdleEventInterval, getPrefetch, getRetry, isAutoStartup, isDeBatchingEnabled, isForceStop, setAcknowledgeMode, setAutoStartup, setDeBatchingEnabled, setDefaultRequeueRejected, setForceStop, setIdleEventInterval, setPrefetch
从类继承的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.BaseContainer
isObservationEnabled, setObservationEnabled
-
构造器详细资料
-
SimpleContainer
public SimpleContainer()
-
-
方法详细资料
-
getConcurrency
-
setConcurrency
-
getMaxConcurrency
-
setMaxConcurrency
-
getBatchSize
-
setBatchSize
-
isMissingQueuesFatal
public boolean isMissingQueuesFatal() -
setMissingQueuesFatal
public void setMissingQueuesFatal(boolean missingQueuesFatal) -
isConsumerBatchEnabled
public boolean isConsumerBatchEnabled() -
setConsumerBatchEnabled
public void setConsumerBatchEnabled(boolean consumerBatchEnabled)
-