Class RabbitProperties.SimpleContainer
- java.lang.Object
- org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
- org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
- Enclosing class:
- RabbitProperties
public static class RabbitProperties.SimpleContainer extends RabbitProperties.AmqpContainer
Configuration properties forSimpleMessageListenerContainer.
Constructor Summary
Constructors Constructor Description SimpleContainer()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetConcurrency()IntegergetMaxConcurrency()IntegergetTransactionSize()booleanisMissingQueuesFatal()voidsetConcurrency(Integer concurrency)voidsetMaxConcurrency(Integer maxConcurrency)voidsetMissingQueuesFatal(boolean missingQueuesFatal)voidsetTransactionSize(Integer transactionSize)Methods inherited from class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
getAcknowledgeMode, getDefaultRequeueRejected, getIdleEventInterval, getPrefetch, getRetry, isAutoStartup, setAcknowledgeMode, setAutoStartup, setDefaultRequeueRejected, setIdleEventInterval, setPrefetch
Constructor Detail
SimpleContainer
public SimpleContainer()
Method Detail
getConcurrency
public Integer getConcurrency()
setConcurrency
public void setConcurrency(Integer concurrency)
getMaxConcurrency
public Integer getMaxConcurrency()
setMaxConcurrency
public void setMaxConcurrency(Integer maxConcurrency)
getTransactionSize
public Integer getTransactionSize()
setTransactionSize
public void setTransactionSize(Integer transactionSize)
isMissingQueuesFatal
public boolean isMissingQueuesFatal()
- Specified by:
isMissingQueuesFatalin classRabbitProperties.AmqpContainer
setMissingQueuesFatal
public void setMissingQueuesFatal(boolean missingQueuesFatal)