クラス RabbitProperties.SimpleContainer
java.lang.ObjectSE
org.springframework.boot.amqp.autoconfigure.RabbitProperties.BaseContainer
org.springframework.boot.amqp.autoconfigure.RabbitProperties.AmqpContainer
org.springframework.boot.amqp.autoconfigure.RabbitProperties.SimpleContainer
- 含まれているクラス:
RabbitProperties
SimpleMessageListenerContainer の構成プロパティ。- 導入:
- 4.0.0
- 作成者:
- 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
コンストラクターの概要
コンストラクター方法の概要
修飾子と型メソッド説明@Nullable IntegerSE@Nullable IntegerSE@Nullable IntegerSEbooleanbooleanvoidsetBatchSize(@Nullable IntegerSE batchSize) voidsetConcurrency(@Nullable IntegerSE concurrency) voidsetConsumerBatchEnabled(boolean consumerBatchEnabled) voidsetMaxConcurrency(@Nullable IntegerSE maxConcurrency) voidsetMissingQueuesFatal(boolean missingQueuesFatal) クラス RabbitProperties.AmqpContainer から継承されたメソッド
getAcknowledgeMode, getDefaultRequeueRejected, getIdleEventInterval, getPrefetch, getRetry, isAutoStartup, isDeBatchingEnabled, isForceStop, setAcknowledgeMode, setAutoStartup, setDeBatchingEnabled, setDefaultRequeueRejected, setForceStop, setIdleEventInterval, setPrefetchクラス RabbitProperties.BaseContainer から継承されたメソッド
isObservationEnabled, setObservationEnabled
コンストラクターの詳細
SimpleContainer
public SimpleContainer()
メソッドの詳細
getConcurrency
setConcurrency
getMaxConcurrency
setMaxConcurrency
getBatchSize
setBatchSize
isMissingQueuesFatal
public boolean isMissingQueuesFatal()- 次で指定:
- クラス
RabbitProperties.AmqpContainerのisMissingQueuesFatal
setMissingQueuesFatal
public void setMissingQueuesFatal(boolean missingQueuesFatal) isConsumerBatchEnabled
public boolean isConsumerBatchEnabled()setConsumerBatchEnabled
public void setConsumerBatchEnabled(boolean consumerBatchEnabled)