Class RabbitProperties.SimpleContainer
java.lang.Object
org.springframework.boot.amqp.autoconfigure.RabbitProperties.BaseContainer
org.springframework.boot.amqp.autoconfigure.RabbitProperties.AmqpContainer
org.springframework.boot.amqp.autoconfigure.RabbitProperties.SimpleContainer
- Enclosing class:
RabbitProperties
Configuration properties for
SimpleMessageListenerContainer
.- Since:
- 4.0.0
- Author:
- Greg Turnquist, Dave Syer, Stephane Nicoll, Andy Wilkinson, Josh Thornhill, Gary Russell, Artsiom Yudovin, Franjo Zilic, EddĂș MelĂ©ndez, Rafael Carvalho, Scott Frederick, Lasse Wulff, Yanming Zhou
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable Integer
@Nullable Integer
@Nullable Integer
boolean
boolean
void
setBatchSize
(@Nullable Integer batchSize) void
setConcurrency
(@Nullable Integer concurrency) void
setConsumerBatchEnabled
(boolean consumerBatchEnabled) void
setMaxConcurrency
(@Nullable Integer maxConcurrency) void
setMissingQueuesFatal
(boolean missingQueuesFatal) Methods inherited from class org.springframework.boot.amqp.autoconfigure.RabbitProperties.AmqpContainer
getAcknowledgeMode, getDefaultRequeueRejected, getIdleEventInterval, getPrefetch, getRetry, isAutoStartup, isDeBatchingEnabled, isForceStop, setAcknowledgeMode, setAutoStartup, setDeBatchingEnabled, setDefaultRequeueRejected, setForceStop, setIdleEventInterval, setPrefetch
Methods inherited from class org.springframework.boot.amqp.autoconfigure.RabbitProperties.BaseContainer
isObservationEnabled, setObservationEnabled
-
Constructor Details
-
SimpleContainer
public SimpleContainer()
-
-
Method Details
-
getConcurrency
-
setConcurrency
-
getMaxConcurrency
-
setMaxConcurrency
-
getBatchSize
-
setBatchSize
-
isMissingQueuesFatal
public boolean isMissingQueuesFatal()- Specified by:
isMissingQueuesFatal
in classRabbitProperties.AmqpContainer
-
setMissingQueuesFatal
public void setMissingQueuesFatal(boolean missingQueuesFatal) -
isConsumerBatchEnabled
public boolean isConsumerBatchEnabled() -
setConsumerBatchEnabled
public void setConsumerBatchEnabled(boolean consumerBatchEnabled)
-